# 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-runtime" version = "0.1.0" authors = ["Micah Elizabeth Scott "] description = "Experimental embeddable container sandbox (not working yet)" license = "Apache-2.0 OR MIT" repository = "https://github.com/scanlime/bandsocks" [dependencies.directories-next] version = "1.0.1" [dependencies.dkregistry] version = "0.4.0" [dependencies.fd-queue] version = "1.0.0-beta.2" features = ["tokio-fd"] [dependencies.flate2] version = "1.0.17" [dependencies.lazy_static] version = "1.4.0" [dependencies.libc] version = "0.2.78" [dependencies.log] version = "0.4.11" [dependencies.memmap] version = "0.7.0" [dependencies.osstrtools] version = "0.2.2" [dependencies.pentacle] version = "1.0.0" [dependencies.regex] version = "1.3.9" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0.57" [dependencies.sha2] version = "0.9.1" [dependencies.ssmarshal] version = "1.0.0" [dependencies.tar] version = "0.4.30" [dependencies.thiserror] version = "1.0" [dependencies.tokio] version = "0.2.22" features = ["rt-core", "fs"] [build-dependencies.build-deps] version = "0.1.4"