# 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 = "icee-container-rs" version = "0.1.2" authors = ["David Horacek "] description = "Container service for custom DI" homepage = "https://gitlab.com/IceExplosive/icee-container-rs" documentation = "https://docs.rs/icee-container-rs" readme = "README.md" keywords = ["container"] license = "Apache-2.0/MIT" [dependencies.async-std] version = "1.8.0" [dependencies.lazy_static] version = "1.4.0" [dependencies.log] version = "0.4.11" [dependencies.thiserror] version = "1.0.23" [dev-dependencies.async-std] version = "1.8.0" features = ["attributes"]