saya-types 0.3.2

Shared types for SAYA CLI, the database-aware terminal AI agent.
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"
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"