# 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 = "sled-typed" version = "0.0.0" authors = ["Aster <192607617@qq.com>"] description = "Dictionaries stored on the hard disk" documentation = "https://docs.rs/disk-map" readme = "Readme.md" license = "MPL-2.0" repository = "https://github.com/oovm/disk-map" resolver = "1" [dependencies.bincode] version = "2.0.0-rc.2" features = ["serde"] [dependencies.serde] version = "1.0.147" features = ["derive"] [dependencies.sled] version = "0.34.7" features = ["compression"] [dev-dependencies.tokio] version = "1.21.2" features = ["full"] [features] default = []