# 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 = "smol_db_server" version = "1.5.0-beta.1" description = "A server software to run a smol_db instance" homepage = "https://github.com/CoryRobertson/smol_db" readme = "README.md" keywords = [ "server", "database", "db", ] license = "GPL-3.0-only" repository = "https://github.com/CoryRobertson/smol_db" [dependencies.ctrlc] version = "3.4.1" [dependencies.futures] version = "0.3.30" features = [ "io-compat", "thread-pool", "executor", ] [dependencies.futures-time] version = "3.0.0" [dependencies.rand] version = "0.8.5" [dependencies.serde] version = "1.0" features = [ "derive", "rc", ] [dependencies.serde_json] version = "1.0" [dependencies.smol_db_common] version = "1.5.0-beta.1" [dependencies.tracing] version = "0.1.40" [dependencies.tracing-subscriber] version = "0.3.18" [dependencies.tracing-tracy] version = "0.11.0" optional = true [features] no-saving = [] statistics = ["smol_db_common/statistics"] tracing = ["dep:tracing-tracy"]