# 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 = "driftdb-server" version = "0.1.4" description = "A real-time data backend for browser-based applications (server binary)." homepage = "https://driftdb.com" documentation = "https://driftdb.com" readme = "README.md" license = "MIT" repository = "https://github.com/drifting-in-space/driftdb" resolver = "1" [dependencies.anyhow] version = "1.0.68" [dependencies.axum] version = "0.6.1" features = ["ws"] [dependencies.clap] version = "4.0.32" features = ["derive"] [dependencies.dashmap] version = "5.4.0" [dependencies.driftdb] version = "0.1.0" [dependencies.hyper] version = "0.14.23" [dependencies.serde] version = "1.0.152" features = ["derive"] [dependencies.serde_json] version = "1.0.91" [dependencies.tokio] version = "1.23.0" features = [ "macros", "rt-multi-thread", ] [dependencies.tower-http] version = "0.3.5" features = [ "trace", "cors", ] [dependencies.tracing] version = "0.1.37" [dependencies.tracing-subscriber] version = "0.3.16" features = ["env-filter"] [dependencies.uuid] version = "1.3.0" features = ["v4"]