# 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_client" version = "1.5.0-beta.1" description = "A client library for smol_db" homepage = "https://github.com/CoryRobertson/smol_db" readme = "README.md" keywords = [ "client", "library", "database", "db", ] license = "GPL-3.0-only" repository = "https://github.com/CoryRobertson/smol_db" [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" features = ["fmt"] [features] statistics = ["smol_db_common/statistics"]