# 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 = "stripeql" version = "0.1.1" description = "Continously sync information from Stripe to your Postgress database" readme = "README.md" license = "MIT" repository = "https://github.com/merlinfuchs/stripeql" [profile.dev.package.sqlx-macros] opt-level = 3 [dependencies.actix-web] version = "4.2.1" [dependencies.async-stripe] version = "0.15.0" features = [ "runtime-tokio-hyper-rustls", "webhook-events", ] [dependencies.config] version = "0.13.2" [dependencies.futures-util] version = "0.3.25" [dependencies.log] version = "0.4.17" [dependencies.serde] version = "1.0.147" features = ["derive"] [dependencies.serde_json] version = "1.0.87" [dependencies.sqlx] version = "0.6.2" features = [ "postgres", "runtime-tokio-rustls", "json", "time", "offline", ] [dependencies.thiserror] version = "1.0.37" [dependencies.tokio] version = "1.21.2" features = [ "rt-multi-thread", "macros", ] [dependencies.tracing-subscriber] version = "0.3.16"