-
Notifications
You must be signed in to change notification settings - Fork 10
/
Cargo.toml
51 lines (47 loc) · 1.25 KB
/
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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
[package]
name = "p25rx"
version = "1.0.0"
authors = ["Mick Koch <[email protected]>"]
license = "GPLv2"
[dependencies]
arrayvec = "0.3.20"
chan = "0.1.0"
chrono = "0.2.25"
clap = "2.12.1"
collect_slice = "1.2.0"
crossbeam = "0.2.0"
demod_fm = "1.0.0"
env_logger = "0.5.3"
fnv = "1.0.5"
libc = "0.2.8"
log = "0.4.1"
mio = "0.6.12"
mio-more = "0.1.0"
moving_avg = "0.1.0"
num = "0.1.34"
prctl = "1.0.0"
rand = "0.3.13"
rtlsdr_iq = "0.1.0"
rtlsdr_mt = "2.0.0"
serde = "0.9"
serde_derive = "0.9"
serde_json = "0.9"
slice-cast = "0.1.2"
slice_mip = "1.0.0"
static_fir = "0.2.0"
uhttp_chunked_write = "0.5.0"
uhttp_json_api = "0.6.1"
uhttp_method = "0.10.0"
uhttp_response_header = "0.5.0"
uhttp_sse = "0.5.1"
uhttp_status = "0.10.0"
uhttp_uri = "0.5.1"
uhttp_version = "0.6.0"
imbe = {version = "1.0.0", git = "https://github.com/kchmck/imbe.rs"}
p25 = {version = "1.0.0", git = "https://github.com/kchmck/p25.rs", features = ["ser"]}
p25_filts = {version = "1.0.0", git = "https://github.com/kchmck/p25_filts.rs"}
pool = {version = "0.1.3", git = "https://github.com/kchmck/pool"}
static_decimate = {version = "1.0.0", git = "https://github.com/kchmck/static_decimate.rs"}
throttle = {version = "1.0.0", git = "https://github.com/kchmck/throttle.rs"}
[profile.release]
panic = "abort"