# 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 = "rapiddb-web" version = "0.1.31" publish = true description = "A reasonably fast configurable embedded key-value sensor database" readme = "README.md" keywords = [ "database", "embedded-database", "db", "persistence", "key-value", ] categories = [ "database", "database-implementations", "caching", ] license = "AGPL-3.0" repository = "https://github.com/kruserr/rapiddb/" [dependencies.rapiddb] version = "0.1" [dependencies.serde] version = "1.0" [dependencies.serde_json] version = "1.0" [dependencies.tokio] version = "1" features = ["full"] [dependencies.warp] version = "0.3" [lints.clippy] needless_return = "allow" [lints.rust] unused_parens = "allow"