# 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 = "memory-lol" version = "0.2.0" authors = ["Travis Brown "] description = "Database for tracking historical social media data" homepage = "https://github.com/travisbrown/memory-lol" readme = "README.md" keywords = [ "twitter", "wayback", ] license-file = "LICENSE" repository = "https://github.com/travisbrown/memory-lol" [dependencies.chrono] version = "0.4" features = ["serde"] [dependencies.indexmap] version = "1" features = ["serde"] [dependencies.lazy_static] version = "1" [dependencies.log] version = "0.4" [dependencies.priority-queue] version = "1" [dependencies.rocksdb] version = "0.19" features = ["snappy"] default-features = false [dependencies.serde] version = "1.0" [dependencies.serde_derive] version = "1.0" [dependencies.thiserror] version = "1.0" [dev-dependencies.tempfile] version = "3.3.0"