# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "treehouse" version = "0.1.0" authors = ["Jacob Brown "] description = "A searchable typed datastore built with sled" documentation = "http://docs.rs/scheduling" readme = "README.md" keywords = ["database", "datastore", "search", "sled"] categories = ["database-implementations", "data-structures"] license = "MIT" [dependencies.bincode] version = "1" optional = true [dependencies.serde] version = "1" features = ["derive"] [dependencies.serde_cbor] version = "0.11" optional = true [dependencies.sled] version = "0.32.0-rc1" [dependencies.thiserror] version = "1" [dev-dependencies.env_logger] version = "0.7.1" [features] default = ["bincode"]