[package]
edition = "2024"
name = "propel-core"
version = "0.4.3"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Core types, configuration, and error handling for Propel"
homepage = "https://github.com/ynishi/propel"
readme = "README.md"
keywords = [
"deploy",
"cloud-run",
"gcp",
"configuration",
]
categories = [
"config",
"development-tools",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/ynishi/propel"
resolver = "2"
[lib]
name = "propel_core"
path = "src/lib.rs"
[[test]]
name = "cargo_test"
path = "tests/cargo_test.rs"
[[test]]
name = "config_test"
path = "tests/config_test.rs"
[dependencies.cargo_metadata]
version = "0.19"
[dependencies.serde]
version = "1"
features = ["derive"]
[dependencies.thiserror]
version = "2"
[dependencies.toml]
version = "0.8"
[dependencies.tracing]
version = "0.1"
[dev-dependencies.proptest]
version = "1"
[dev-dependencies.tempfile]
version = "3"