# 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 = "toboggan-lib" version = "0.1.0" description = "A library containing server implementations and client stubs for an RPC-based key/value store built on the sled embedded database." homepage = "https://github.com/mcaveniathor/toboggan/tree/main/toboggan-lib" documentation = "https://docs.rs/toboggan-lib" readme = "README.md" keywords = [ "rpc", "tarpc", "sled", "key-value", "database", ] categories = [ "database", "database-implementations", ] license = "MIT" repository = "https://github.com/mcaveniathor/toboggan/tree/main/toboggan-lib" [dependencies.futures] version = "0.3.23" [dependencies.serde] version = "1.0.144" features = ["derive"] [dependencies.sled] version = "0.34.7" [dependencies.tarpc] version = "0.30.0" features = ["serde1"] [dependencies.thiserror] version = "1.0.2" [dependencies.tracing] version = "0.1.36" [dependencies.tracing-subscriber] version = "0.3.15"