[package]
edition = "2021"
rust-version = "1.93"
name = "chio-listing"
version = "0.1.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Chio generic listing and trust-activation contracts"
readme = false
license = "Apache-2.0"
repository = "https://github.com/backbay/chio"
[lib]
name = "chio_listing"
path = "src/lib.rs"
[[test]]
name = "integration_smoke"
path = "tests/integration_smoke.rs"
[[test]]
name = "search_compare"
path = "tests/search_compare.rs"
[dependencies.chio-core-types]
version = "0.1.0"
[dependencies.serde]
version = "1"
features = ["derive"]
[dependencies.serde_json]
version = "1"
[dependencies.thiserror]
version = "1"
[lints.clippy]
expect_used = "deny"
unwrap_used = "deny"