stackless-stripe-projects 0.3.0

Stripe Projects CLI driver for stackless
Documentation
# 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 = "2024"
name = "stackless-stripe-projects"
version = "0.3.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Stripe Projects CLI driver for stackless"
readme = false
license = "MIT OR Apache-2.0"
repository = "https://github.com/snowmead/stackless"

[features]
test-support = []

[lib]
name = "stackless_stripe_projects"
path = "src/lib.rs"

[[test]]
name = "catalog_drift"
path = "tests/catalog_drift.rs"

[dependencies.async-trait]
version = "0.1.89"

[dependencies.serde]
version = "1.0.228"
features = ["derive"]

[dependencies.serde_json]
version = "1.0.150"

[dependencies.stackless-core]
version = "0.3.0"

[dependencies.thiserror]
version = "2.0.18"

[dependencies.tokio]
version = "1.52.3"
features = [
    "rt",
    "time",
    "macros",
    "process",
]

[dependencies.toml_edit]
version = "0.25.12"

[dev-dependencies.tempfile]
version = "3.27.0"

[dev-dependencies.toml]
version = "1.1.2"

[lints.clippy]
dbg_macro = "deny"
expect_used = "deny"
panic = "deny"
unwrap_used = "deny"

[lints.rust]
missing_debug_implementations = "warn"
unsafe_code = "forbid"