# 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 = "teloxide-rocksdb" version = "0.1.0" description = "The RocksDB dialogue storage support for `teloxide`" documentation = "https://docs.rs/teloxide-rocksdb/" readme = "README.md" keywords = [ "teloxide", "telegram", "telegram-bot", "telegram-bot-api", ] categories = [ "web-programming", "asynchronous", ] license = "MIT" repository = "https://github.com/teloxide/teloxide-rocksdb" [dependencies.futures] version = "0.3" [dependencies.rocksdb] version = "0.19" features = ["lz4"] default-features = false [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.teloxide] version = "0.12" default-features = false [dependencies.teloxide-core] version = "0.9" default-features = false [dependencies.thiserror] version = "1.0" [dev-dependencies.teloxide] version = "0.12" features = [ "cbor-serializer", "bincode-serializer", ] [dev-dependencies.tokio] version = "1.8" features = [ "fs", "rt-multi-thread", "macros", ]