# 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 = "2021" name = "shive" version = "0.1.0-alpha.2" authors = ["Baptiste Coppéré "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = """ Shive is lightweight IOC service container writen for the Rust applications """ homepage = "https://github.com/b4b4t/shive" readme = "README.md" keywords = [ "shive", "ioc", "container", "services", ] license = "MIT" repository = "https://github.com/b4b4t/shive" [lib] name = "shive" path = "src/lib.rs" [[test]] name = "derive_service_tests" path = "tests/derive_service_tests.rs" [[test]] name = "service_tests" path = "tests/service_tests.rs" [dependencies.shive-derive] version = "0.1.0-alpha.2" optional = true [features] derive = ["shive-derive"]