-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCargo.toml
More file actions
25 lines (21 loc) · 831 Bytes
/
Cargo.toml
File metadata and controls
25 lines (21 loc) · 831 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
[package]
name = "rusty-engine"
version = "0.2.2"
description = "Rust reimagining of potential-engine"
readme = "README.md"
license = "MIT"
authors = ["Caleb Xavier Berger <caleb.x.berger@gmail.com>"]
edition = "2018"
repository = "https://github.com/opensight-cv/rusty-engine"
travis-ci = { repository = "opensight-cv/rusty-engine" }
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0.44"
structopt = "0.3.7"
glib = "0.9.0"
gstreamer = "0.15.0"
gstreamer-rtsp-server = "0.15.0"
[package.metadata.deb]
license-file=["LICENSE", "0"]
depends="libgstrtspserver-1.0-0 (>=1.14.4-1), gstreamer1.0-plugins-ugly (>=1.14.4-1), gstreamer1.0-plugins-good (>=1.14.4-1), gstreamer1.0-plugins-bad (>=1.14.4-1)"