[package] name = "leguichet" version = "0.1.9" authors = ["Stephane Neveu "] edition = "2018" description="One way diodes with antiviral and yara scanning" publish = true license = "GPL-3.0" readme = "README.md" documentation = "https://gitlab.com/r3dlight/leguichet" homepage = "https://gitlab.com/r3dlight/leguichet" repository = "https://gitlab.com/r3dlight/leguichet" include = [ "**/*.rs", "Cargo.toml", ] [dependencies] async-std="1.6.2" inotify = "0.8.3" clam-client = "0.1.1" clap= "2.33.1" log = "0.4.8" colored = "1.9.3" file = "1.1.2" data-encoding="2.2.1" ring="0.16.15" sha2 = "0.9.1" rust-lzma = "0.5.1" tar = "0.4.29" flate2 = "1.0.14" crossbeam-utils = "0.7.2" regex = "1.3.9" walkdir = "2.3.1" flexi_logger = "0.15.5" caps = "0.3.4" syscallz = "0.14.0" nix = "0.17.0" failure = "0.1.8" pledge = "0.4.0" unveil= "0.2.1" yara = "0.4.1" tempfile="3.1.0" [[bin]] name = "leguichet-in" path = "src/leguichet-in/main.rs" [[bin]] name = "leguichet-out" path = "src/leguichet-out/main.rs" [[bin]] name = "leguichet-transit" path = "src/leguichet-transit/main.rs" [package.metadata.deb] maintainer = "Stephane Neveu " copyright = "2019, Stephane Neveu " license-file = ["LICENSE", "0"] extended-description = """\ One way diode with antiviral scanning.""" depends = "$auto" section = "utility" priority = "optional" maintainer-scripts = "debian/" assets = [ ["target/release/leguichet-in", "usr/bin/", "755"], ["target/release/leguichet-target", "usr/bin/", "755"], ["target/release/leguichet-out", "usr/bin/", "755"], ["README.md", "usr/share/doc/leguichet/README", "644"], ["debian/leguichet-in.service", "/usr/lib/systemd/system/", "644"], ["debian/leguichet-out.service", "/usr/lib/systemd/system/", "644"], ["debian/leguichet-transit.service", "/usr/lib/systemd/system/", "644"], ["debian/leguichet-in.default", "/etc/default/", "644"], ["debian/leguichet-transit.default", "/etc/default/", "644"], ["debian/leguichet-out.default", "/etc/default/", "644"], ]