# 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 = "turingfeeds" version = "1.0.0-beta.1" authors = ["Charles Chege "] description = "Simple Database backed by evmap and sled" homepage = "https://github.com/charleschege/TuringFeeds" readme = "README.md" keywords = ["database", "sled", "embedded-database"] categories = ["database", "embedded"] license = "Apache-2.0" repository = "https://github.com/charleschege/TuringFeeds" [dependencies.anyhow] version = "1.0.26" [dependencies.async-std] version = "1.5.0" features = ["attributes", "crossbeam-channel"] [dependencies.bincode] version = "1.2.1" [dependencies.custom_codes] version = "1.2.6" [dependencies.evmap] version = "9.0.0-beta.2" [dependencies.lazy_static] version = "1.4.0" [dependencies.rand] version = "0.7.3" [dependencies.ron] version = "0.5.1" [dependencies.serde] version = "1.0.104" features = ["derive"] [dependencies.sled] version = "0.31.0" [dependencies.tai64] version = "3.1.0" features = ["serde"] [dependencies.timelite] version = "1.0.4" [dependencies.turingfeeds-helpers] version = "1.0.0-beta.1" [dependencies.yansi] version = "0.5.0"