# 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" rust-version = "1.80.0" name = "rama-proxy" version = "0.2.0-alpha.3" authors = ["Glen De Cauwsemaecker "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "proxy types and utilities for rama" readme = "README.md" keywords = [ "io", "async", "proxy", "db", "rama", ] categories = [ "asynchronous", "network-programming", "web-programming", ] license = "MIT OR Apache-2.0" repository = "https://github.com/plabayo/rama" [package.metadata.cargo-public-api-crates] allowed = [] [package.metadata.docs.rs] all-features = true rustdoc-args = [ "--cfg", "docsrs", ] [lib] name = "rama_proxy" path = "src/lib.rs" [dependencies.arc-swap] version = "1.7.1" optional = true [dependencies.rama-core] version = "0.2.0-alpha.3" [dependencies.rama-net] version = "0.2.0-alpha.3" features = ["http"] [dependencies.rama-utils] version = "0.2.0-alpha.3" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.tokio] version = "1.39" optional = true [dependencies.tracing] version = "0.1" [dependencies.unicode-normalization] version = "0.1.23" [dependencies.venndb] version = "0.5.0" optional = true [dev-dependencies.itertools] version = "0.13.0" [dev-dependencies.rama-http-types] version = "0.2.0-alpha.3" [dev-dependencies.rama-net] version = "0.2.0-alpha.3" features = ["http"] [dev-dependencies.rama-tcp] version = "0.2.0-alpha.3" features = ["http"] [dev-dependencies.serde_html_form] version = "0.2" [dev-dependencies.serde_json] version = "1.0" [dev-dependencies.tokio] version = "1.39" features = ["macros"] [dev-dependencies.tokio-test] version = "0.4.4" [features] csv = [ "dep:tokio", "tokio/fs", ] default = [] live-update = ["dep:arc-swap"] memory-db = [ "dep:venndb", "rama-net/venndb", ]