[package] name = "checkout_core" version = "0.0.147" edition = "2021" description = "core traits and structs for the checkout_controller crate" license = "MIT" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] tokio = { version = "1.14.0", features = ["full"] } async-trait = "0.1.52" serde = { version = "1.0", features = ["derive"] } serde_json = "1.0" rust_decimal = "1.20" uuid = { version = "0.8", features = ["serde", "v4"] } chrono = { version = "0.4", features = ["serde"] } dropshot = "0.8.0" http = "0.2.5" schemars = { version = "0.8.8", features = ["uuid", "rust_decimal", "chrono"] } cloud-pubsub = "0.8.0" sqlx = { version = "0.5.10", features = [ "runtime-tokio-rustls", "postgres", "json", "decimal", "macros" ] } checkout_server_derive = "0.0.132"