# 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 = "2018" name = "sled-tables" version = "0.2.2" authors = ["Ivan Temchenko <35359595i@gmail.com>"] description = "Structurized, strongly typed tables for sled to store associated sets of data (Vec/HashSet)" documentation = "https://docs.rs/sled-tables" readme = "README.md" keywords = [ "sled", "db", "database", ] license = "Apache-2.0" repository = "https://github.com/35359595/sled-tables" [dependencies.arrayref] version = "0.3.6" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_cbor] version = "0.11.1" [dependencies.serde_derive] version = "1.0.106" [dependencies.sled] version = "0.34.7" [dependencies.thiserror] version = "1.0" [dev-dependencies.tempfile] version = "3.1"