# 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_common" version = "1.5.0-beta.1" description = "A common library shared between packages that use smol_db" homepage = "https://github.com/CoryRobertson/smol_db" readme = "README.md" keywords = [ "library", "database", "db", ] license = "GPL-3.0-only" repository = "https://github.com/CoryRobertson/smol_db" [dependencies.chrono] version = "0.4.26" features = ["serde"] [dependencies.chrono-tz] version = "0.9.0" features = ["serde"] [dependencies.rand] version = "0.8.5" [dependencies.rsa] version = "0.10.0-pre.1" features = ["serde"] [dependencies.serde] version = "1.0" features = [ "derive", "rc", ] [dependencies.serde_json] version = "1.0" [dependencies.tracing] version = "0.1.40" [dependencies.tracing-subscriber] version = "0.3.18" features = ["fmt"] [features] statistics = []