[[example]]
name = "forest"
path = "examples/forest/main.rs"
[[test]]
name = "integration"
path = "tests/lib.rs"
test = true
[dependencies.async-trait]
version = "0.1"
[dependencies.atmosphere-core]
version = "=0.1.2"
[dependencies.atmosphere-macros]
version = "=0.1.2"
[dependencies.sqlx]
features = ["chrono"]
version = "0.7"
[dev-dependencies.sqlx]
features = ["runtime-tokio-rustls", "any", "sqlite", "mysql", "postgres"]
version = "0.7"
[dev-dependencies.tokio]
features = ["macros", "rt-multi-thread"]
version = "1"
[dev-dependencies.tokio-test]
version = "0"
[features]
any = ["atmosphere-core/any"]
default = []
mysql = ["atmosphere-core/mysql"]
postgres = ["atmosphere-core/postgres"]
sqlite = ["atmosphere-core/sqlite"]
[package]
authors = ["Mara Schulke <mara@hemisphere.studio>"]
description = "Atmosphere for sustainable growth of sqlx projects"
documentation = "https://docs.rs/atmosphere"
edition = "2021"
license = "Apache-2.0"
name = "atmosphere"
readme = "README.md"
repository = "https://github.com/mara-schulke/atmosphere"
version = "0.1.2"