# 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 = "retrom-db" version = "0.0.2" authors = ["John Beresford "] description = "Database layer for Retrom" readme = "README.md" license = "GPL-3.0" repository = "https://github.com/JMBeresford/retrom" [dependencies.async-trait] version = "0.1" [dependencies.bb8] version = "0.8" [dependencies.derive_builder] version = "0.20.0" [dependencies.diesel] version = "2.1.5" features = [ "serde_json", "numeric", ] default-features = false [dependencies.diesel-async] version = "0.4.1" features = [ "postgres", "bb8", ] [dependencies.dotenvy] version = "0.15.7" [dependencies.serde] version = "1.0.197" features = ["derive"] [dependencies.serde_json] version = "1.0.115" [dependencies.tracing] version = "0.1.40"