# 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 = "bytecon_data_store" version = "0.1.1" authors = ["Austin Heller"] description = "A library for storing ByteConverter implementations conveniently." readme = "README.md" keywords = [ "networking", "database", "data", "storage", "distributed", ] categories = [ "caching", "database-implementations", ] license = "MIT OR Apache-2.0" repository = "https://github.com/AustinHellerRepo/bytecon_data_store.git" [dependencies.bytecon] version = "0.1" features = ["rand"] [dependencies.bytecon_tls] version = "0.1" optional = true [dependencies.chrono] version = "0.4.38" optional = true [dependencies.cloneless_cow] version = "0.1" optional = true [dependencies.deadpool-postgres] version = "0.8" optional = true [dependencies.futures] version = "0.3" [dependencies.rand] version = "0.8.5" optional = true [dependencies.rand_chacha] version = "0.3" optional = true [dependencies.rusqlite] version = "0.32.1" features = ["bundled"] optional = true [dependencies.rustls] version = "0.21" optional = true [dependencies.rustls-pemfile] version = "1.0" optional = true [dependencies.thiserror] version = "1.0.66" [dependencies.tokio] version = "1" features = ["full"] optional = true [dependencies.tokio-postgres] version = "0.7.12" optional = true [dependencies.tokio-rustls] version = "0.23" optional = true [dev-dependencies.rcgen] version = "0.13.1" features = ["pem"] [dev-dependencies.tempfile] version = "3.13.0" [features] default = [] directory = [ "rusqlite", "rand", "rand_chacha", ] postgres = [ "tokio", "tokio-postgres", "deadpool-postgres", ] remote = [ "tokio", "tokio-rustls", "rustls", "rustls-pemfile", "chrono", "bytecon/tokio", "bytecon_tls", "cloneless_cow", ]