# 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 = "tinybase" version = "0.1.5" authors = ["JSH32 "] description = " A tiny embedded database built in Rust." readme = "README.md" keywords = [ "embedded", "database", "embedded-database", "storage", "db", ] license = "MIT" repository = "https://github.com/JSH32/tinybase.git" resolver = "1" [lib] name = "tinybase" [dependencies.bincode] version = "1.3.3" [dependencies.serde] version = "1.0.160" features = ["derive"] [dependencies.sled] version = "0.34.7" [dependencies.thiserror] version = "1.0.40" [dependencies.tinybase-derive] version = "0.1.5" optional = true [dev-dependencies.tinybase-derive] version = "0.1.5" [features] default = [] derive = ["tinybase-derive"]