# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies # # If you believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "leguichet" version = "0.1.9" authors = ["Stephane Neveu "] include = ["**/*.rs", "Cargo.toml"] publish = true description = "One way diodes with antiviral and yara scanning" homepage = "https://gitlab.com/r3dlight/leguichet" documentation = "https://gitlab.com/r3dlight/leguichet" readme = "README.md" license = "GPL-3.0" repository = "https://gitlab.com/r3dlight/leguichet" [package.metadata.deb] 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"]] copyright = "2019, Stephane Neveu " depends = "$auto" extended-description = "One way diode with \nantiviral scanning." license-file = ["LICENSE", "0"] maintainer = "Stephane Neveu " maintainer-scripts = "debian/" priority = "optional" section = "utility" [[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" [dependencies.async-std] version = "1.6.2" [dependencies.caps] version = "0.3.4" [dependencies.clam-client] version = "0.1.1" [dependencies.clap] version = "2.33.1" [dependencies.colored] version = "1.9.3" [dependencies.crossbeam-utils] version = "0.7.2" [dependencies.data-encoding] version = "2.2.1" [dependencies.failure] version = "0.1.8" [dependencies.file] version = "1.1.2" [dependencies.flate2] version = "1.0.14" [dependencies.flexi_logger] version = "0.15.5" [dependencies.inotify] version = "0.8.3" [dependencies.log] version = "0.4.8" [dependencies.nix] version = "0.17.0" [dependencies.pledge] version = "0.4.0" [dependencies.regex] version = "1.3.9" [dependencies.ring] version = "0.16.15" [dependencies.rust-lzma] version = "0.5.1" [dependencies.sha2] version = "0.9.1" [dependencies.syscallz] version = "0.14.0" [dependencies.tar] version = "0.4.29" [dependencies.tempfile] version = "3.1.0" [dependencies.unveil] version = "0.2.1" [dependencies.walkdir] version = "2.3.1" [dependencies.yara] version = "0.4.1"