[package] name = "checkout_controller" description = "a set of interfaces to create robust backends for a pleasant checkout experience" license = "MIT" version = "0.0.7" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] 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.6.0" http = "0.2.5" schemars = { version = "0.8.8", features = ["uuid", "rust_decimal", "chrono"] } tokio = { version = "1.14.0", features = ["full"] }