# 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 = "certain-map" version = "0.3.1" authors = ["ChiHai "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A typed map which can make sure item exist" readme = "README.md" keywords = [ "map", "metainfo", "certainty", "deterministic", ] categories = [ "rust-patterns", "network-programming", ] license = "MIT/Apache-2.0" repository = "https://github.com/ihciah/certain-map" [lib] name = "certain_map" path = "src/lib.rs" [[example]] name = "demo_prefilled" path = "examples/demo_prefilled.rs" [[example]] name = "demo_prefilled_service" path = "examples/demo_prefilled_service.rs" [[example]] name = "demo_unfilled" path = "examples/demo_unfilled.rs" [dependencies.certain-map-macros] version = "0.3.0" [dependencies.param] version = "0.1.0" [dev-dependencies.tokio] version = "1" features = ["full"]