# 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 = "bandsocks" version = "0.2.1" authors = ["Micah Elizabeth Scott "] description = "Experimental embeddable container sandbox" license = "Apache-2.0 OR MIT" repository = "https://github.com/scanlime/bandsocks" [dependencies.bytes] version = "0.5" [dependencies.fd-queue] version = "1.0.0-beta.2" features = ["tokio-fd"] [dependencies.flate2] version = "1.0.19" [dependencies.futures-util] version = "0.3" [dependencies.generic-array] version = "0.14" [dependencies.hash32] version = "0.1" [dependencies.hash32-derive] version = "0.1" [dependencies.http] version = "0.2" [dependencies.lazy_static] version = "1.4" [dependencies.libc] version = "0.2" [dependencies.log] version = "0.4" [dependencies.memfd] version = "0.3" [dependencies.memmap] version = "0.7" [dependencies.pin-project] version = "1" [dependencies.rand] version = "0.7" [dependencies.regex] version = "1.3" features = ["std", "perf"] default-features = false [dependencies.reqwest] version = "0.10" features = ["json"] [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.sha2] version = "0.9" [dependencies.tar] version = "0.4" [dependencies.thiserror] version = "1.0" [dependencies.tokio] version = "0.2" features = ["fs", "time", "blocking", "uds", "io-util", "io-std", "macros", "process"] [dev-dependencies.env_logger] version = "0.7" [dev-dependencies.file_limit] version = "0.0" [build-dependencies.build-deps] version = "0.1" [build-dependencies.fs_extra] version = "1.2.0"