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