citadel-tools/libcitadel/Cargo.toml

28 lines
454 B
TOML
Raw Permalink Normal View History

[package]
name = "libcitadel"
version = "0.1.0"
authors = ["Bruce Leidl <bruce@subgraph.com>"]
edition = "2018"
[dependencies]
libc = "0.2"
2020-06-19 13:00:28 -04:00
nix = "0.17.0"
toml = "0.5"
serde = "1.0"
serde_derive = "1.0"
serde_json = "=1.0.1"
2020-06-19 13:00:28 -04:00
lazy_static = "1.4"
sodiumoxide = "0.2"
hex = "0.4"
2019-04-02 15:18:18 -04:00
byteorder = "1"
2020-06-19 13:00:28 -04:00
bincode = "1.2"
2019-04-02 15:18:18 -04:00
walkdir = "2"
dbus = "0.6"
posix-acl = "1.0.0"
procfs = "0.12.0"
2019-04-02 15:18:18 -04:00
[dependencies.inotify]
2020-06-19 13:00:28 -04:00
version = "0.8"
2019-04-02 15:18:18 -04:00
default-features = false
features = []