-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Cargo.toml
33 lines (29 loc) · 1000 Bytes
/
Cargo.toml
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
26
27
28
29
30
31
32
33
[package]
name = "bombuscv-rs"
version = "0.3.0"
authors = ["Marco Radocchia <[email protected]"]
edition = "2021"
rust-version = "1.61.0"
description = "OpenCV based motion detection/recording software built for research on bumblebees."
readme = "README.md"
repository = "https://github.com/marcoradocchia/bombuscv-rs/"
license = "GPL-3.0-only"
keywords = ["opencv", "bumblebee", "insect", "motion", "video-recording"]
categories = ["command-line-utilities", "computer-vision", "science"]
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[[bin]]
name = "bombuscv"
path = "src/main.rs"
[dependencies]
clap = { version = "3.2.16", features = ["derive"] }
serde = { version = "1.0.140", features = ["derive"] }
directories = "4.0.1"
toml = "0.5.9"
chrono = "0.4.19"
opencv = "0.66.0"
signal-hook = "0.3.14"
termcolor = "1.1.3"
atty = "0.2.14"
[profile.release]
lto = true # link-time-optimization
strip = true # strip symbols from binary