# 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" rust-version = "1.60" name = "dbstruct" version = "0.4.1" authors = ["David Kleingeld"] exclude = [ ".github/", ".gitignore", ] description = "Build a typed database by defining a struct" readme = "Readme.md" keywords = [ "database", "typed-database", "sled", "serde", ] categories = [ "database", "caching", ] license = "MIT" repository = "https://github.com/dvdsk/dbstruct" resolver = "2" [dependencies.bincode] version = "1.3" [dependencies.dbstruct-derive] version = "0.2.0" [dependencies.rocksdb] version = "0.21" optional = true [dependencies.serde] version = "1" features = ["derive"] [dependencies.sled] version = "0.34" optional = true [dependencies.thiserror] version = "1" [dependencies.tracing] version = "0.1" [dev-dependencies.tempdir] version = "0.3" [dev-dependencies.tracing-subscriber] version = "0.3" features = ["env-filter"] [dev-dependencies.trybuild] version = "1" [features] default = ["sled"]