# 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 are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2018" name = "safepkt-backend" version = "1.0.0" authors = ["Caleb James Delisle ", "Thierry Marianne "] autoexamples = false description = "A backend to run static analysis tools against rust-based programs.\n" license = "MIT OR Apache-2.0" [[bin]] name = "safepkt-backend" path = "src/http.rs" [[bin]] name = "safepkt-cli" path = "src/cli.rs" [dependencies.anyhow] version = "1" [dependencies.async-std] version = "1.6.0" features = ["attributes"] [dependencies.async-trait] version = "0.1.51" [dependencies.base64] version = "0.13.0" [dependencies.bollard] version = "0.11" [dependencies.clap] version = "3.0.0-beta.4" features = ["std", "cargo", "derive", "color", "suggestions"] [dependencies.color-eyre] version = "0.5.11" [dependencies.dotenv] version = "0.15.0" [dependencies.fungus] version = "0.1.27" [dependencies.futures] version = "0.3" [dependencies.hex] version = "0.4" [dependencies.hyper] version = "0.14" features = ["full"] [dependencies.regex] version = "1.4" [dependencies.routerify] version = "2" [dependencies.routerify-cors] version = "2" [dependencies.serde] version = "1.0.117" features = ["derive"] [dependencies.serde_json] version = "1.0.59" [dependencies.sha2] version = "0.9" [dependencies.tokio] version = "1" features = ["full"] [dependencies.tracing] version = "0.1.26" [dependencies.tracing-subscriber] version = "0.2.19" features = ["json", "fmt"] [dev-dependencies.async-std] version = "1.9.0" [dev-dependencies.rand] version = "0.8.4" [dev-dependencies.rand_core] version = "0.6.3" [target."cfg(target_family = \"unix\")".dependencies.nix] version = "0.23.0"