[package] name = "leguichet-in" version = "0.1.6" authors = ["Stephane Neveu "] edition = "2018" description="One way diode with antiviral scanning" publish = true license = "BSD-3-Clause" readme = "README.md" documentation = "https://gitlab.com/r3dlight/leguichet" homepage = "https://gitlab.com/r3dlight/leguichet" repository = "https://gitlab.com/r3dlight/leguichet" [dependencies] inotify = "0.7.0" yara = "0.1.0" clam-client = "0.1.1" clap= "2.33.0" slog ="2.4.1" slog-scope ="4.1.1" slog-stdlog = "3.0.2" slog-term = "2.4.0" log = "0.4.6" colored = "1.8" tempdir = "0.3.7" nix = "0.14.1" unix-named-pipe="0.2.0" file = "1.1.2" data-encoding="2.1.2" ring="0.14.6" sha2 = "0.8.0" rust-lzma = "0.4.0" tar = "0.4.26" flate2 = "1.0.9" crossbeam ="0.7.1" [[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"], ] [badges] gitlab = { repository = "https://gitlab.com/r3dlight/leguichet", branch = "master" } maintenance = { status = "actively-developed" }