# 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 = "live-entity" version = "0.0.7" exclude = [ ".idea", ".vscode", ] description = "A framework for storing entities and watching them for updates." homepage = "https://github.com/tradeJmark/live-entity" readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://github.com/tradeJmark/live-entity" [dependencies.async-trait] version = "0.1.73" [dependencies.futures-util] version = "0.3.28" [dependencies.live-entity-derive] version = "0.0.7" [dependencies.mongodb] version = "2.6.1" optional = true [dependencies.serde] version = "1.0.188" features = ["derive"] [dependencies.tokio] version = "1.34.0" features = [ "sync", "macros", "rt", ] [dependencies.typemap_rev] version = "0.3.0" optional = true [dev-dependencies] [features] default = ["in-mem"] in-mem = ["dep:typemap_rev"] mongodb = ["dep:mongodb"]