[package] name = "autoschematic" description = "Like atlantis, but for other things. A Github app for declarative configuration and gitops." repository = "https://github.com/pfnsec/autoschematic" license = "MIT" version = "0.1.0" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] anyhow = "1" askama = "0.12.1" async-session = "3.0.0" async-trait = "0.1.81" axum = "0.7.5" axum-extra = {version = "0.9.3", features = ["typed-header"]} axum-macros = "0.4.1" base64 = "0.22.1" cached = {version = "0.51.3", features = ["async"]} futures-util = "0.3.30" http = "1.0.0" http-body-util = "0.1.1" itertools = "0.13.0" jsonwebtoken = "9.3.0" oauth2 = "4.1" octocrab = { version = "0.38.0", features = ["stream"] } rand = "0.8.5" # Use Rustls because it makes it easier to cross-compile on CI reqwest = { version = "0.12", default-features = false, features = ["rustls-tls", "json"] } ron = "0.8.1" secrecy = "0.8.0" serde = { version = "1.0", features = ["derive"] } serde_json = "1.0.117" snowflake-api = "0.9.0" sqlparser = "0.46.0" tokio = { version = "1.0", features = ["full"] } tracing = "0.1" tracing-subscriber = { version = "0.3", features = ["env-filter"] } zerocopy = "0.7.34"