# 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 = "illicit" version = "1.1.2" authors = ["Adam Perry "] description = "An implicit thread-local environment which is indexed by type." homepage = "https://moxie.rs" readme = "CHANGELOG.md" keywords = ["context", "environment", "global", "singleton"] categories = ["rust-patterns"] license = "MIT/Apache-2.0" repository = "https://github.com/anp/moxie.git" [[bench]] name = "basic_env" harness = false [dependencies.illicit-macro] version = "1.0.0" [dependencies.owning_ref] version = "0.4" [dependencies.scopeguard] version = "1" [dev-dependencies.criterion] version = "0.3" [dev-dependencies.insta] version = "1.0.0"