# 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 = "checkout_core" version = "0.0.147" description = "core traits and structs for the checkout_controller crate" license = "MIT" resolver = "2" [dependencies.async-trait] version = "0.1.52" [dependencies.checkout_server_derive] version = "0.0.132" [dependencies.chrono] version = "0.4" features = ["serde"] [dependencies.cloud-pubsub] version = "0.8.0" [dependencies.dropshot] version = "0.8.0" [dependencies.http] version = "0.2.5" [dependencies.rust_decimal] version = "1.20" [dependencies.schemars] version = "0.8.8" features = [ "uuid", "rust_decimal", "chrono", ] [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.sqlx] version = "0.5.10" features = [ "runtime-tokio-rustls", "postgres", "json", "decimal", "macros", ] [dependencies.tokio] version = "1.14.0" features = ["full"] [dependencies.uuid] version = "0.8" features = [ "serde", "v4", ]