# 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-helpers" 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"] [dependencies.bincode] version = "1.2.1" [dependencies.custom_codes] version = "1.2.5" [dependencies.serde] version = "1.0.14" features = ["derive"]