# 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 = "hst-tw-db" version = "0.2.0" authors = ["Travis Brown "] description = "RocksDB database for storing Twitter user profiles" homepage = "https://github.com/travisbrown/hassreden-tracker" readme = "README.md" keywords = ["twitter"] license-file = "LICENSE" repository = "https://github.com/travisbrown/hassreden-tracker" [dependencies.apache-avro] version = "0.14" features = ["snappy"] [dependencies.chrono] version = "0.4" [dependencies.hst-tw-profiles] version = "0.2.0" [dependencies.rocksdb] version = "0.19" features = ["zstd"] default-features = false [dependencies.thiserror] version = "1"