# 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 = "orlok" version = "0.3.0" authors = ["Anton Evdokimov"] description = "A database toolkit with generic implementations of the Repository pattern." readme = "README.md" keywords = [ "databases", "postgresql", "repository", ] license = "MIT" repository = "https://github.com/meowmeowcode/orlok" [dependencies.anyhow] version = "1.0.70" [dependencies.async-trait] version = "0.1.68" [dependencies.chrono] version = "0.4.24" features = ["serde"] [dependencies.rust_decimal] version = "1.29.1" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.sqlx] version = "0.6" features = [ "runtime-tokio-rustls", "postgres", "macros", "chrono", "uuid", "decimal", ] [dependencies.tokio] version = "1" features = ["full"] [dependencies.uuid] version = "1.3.1" features = [ "v4", "serde", ] [dev-dependencies.rust_decimal_macros] version = "1.29.1" [dev-dependencies.tokio-test] version = "0.4.2"