[package]
edition = "2024"
rust-version = "1.88"
name = "saya-types"
version = "0.3.2"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Shared types for SAYA CLI, the database-aware terminal AI agent."
readme = false
license = "Apache-2.0"
repository = "https://github.com/databook-studio/saya-cli"
[lib]
name = "saya_types"
path = "src/lib.rs"
[[test]]
name = "contract_identity"
path = "tests/contract_identity.rs"
[[test]]
name = "mysql_profile"
path = "tests/mysql_profile.rs"
[[test]]
name = "postgres_profile"
path = "tests/postgres_profile.rs"
[[test]]
name = "snowflake_profile"
path = "tests/snowflake_profile.rs"
[[test]]
name = "sqlite_profile"
path = "tests/sqlite_profile.rs"
[dependencies.serde]
version = "1"
features = ["derive"]
[dependencies.serde_json]
version = "1"
[dependencies.sha2]
version = "0.10"
features = ["oid"]
[dependencies.thiserror]
version = "2"
[dev-dependencies.proptest]
version = "1"