# 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 are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2018" name = "coi" version = "0.10.3" authors = ["Paul Daniel Faria "] description = "coi is a Dependency Injection library." readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://github.com/Nashenas88/coi" [package.metadata.docs.rs] all-features = true rustdoc-args = [ "--cfg", "docsrs", ] [profile.bench] debug = 2 [lib] bench = false [[bench]] name = "bench" harness = false [dependencies.coi-derive] version = "0.10.1" optional = true default-features = false [dependencies.petgraph] version = "0.6.2" optional = true [dependencies.rustc-hash] version = "1.1" [dependencies.thiserror] version = "1.0.50" [dev-dependencies.criterion] version = "0.5.1" [features] debug = [ "coi-derive/debug", "petgraph", ] default = ["derive"] derive = ["coi-derive"]