# 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 = "hcs-rs" version = "0.9.1" authors = ["rafawo "] description = "Rust abstractions for HCS APIs." readme = "README.md" keywords = ["windows", "hcs", "host_compute_service", "hyper-v", "windows-containers"] categories = ["api-bindings", "os::windows-apis"] license = "MIT/Apache-2.0" repository = "https://github.com/rafawo/hcs-rs" [dependencies.base64] version = "0.10.1" optional = true [dependencies.chrono] version = "0.4.7" features = ["serde"] optional = true [dependencies.hex] version = "0.3.2" optional = true [dependencies.serde] version = "1.0.98" features = ["derive"] optional = true [dependencies.serde_json] version = "1.0.40" optional = true [dependencies.widestring] version = "0.4.0" [dependencies.winapi] version = "0.3.6" features = ["combaseapi", "winbase"] [dependencies.winutils-rs] version = "0.2.1" [features] 19h1 = [] bindings = [] schema = ["serde", "serde_json", "chrono", "base64", "hex"] utilities = [] vb = []