[[bench]]
harness = false
name = "tool_benchmarks"
path = "benches/tool_benchmarks.rs"
[dependencies.async-trait]
version = "0.1"
[dependencies.serde]
features = ["derive"]
version = "1.0"
[dependencies.serde_json]
version = "1.0"
[dependencies.thiserror]
version = "2.0"
[dev-dependencies.criterion]
version = "0.5"
[dev-dependencies.proptest]
version = "1.5"
[dev-dependencies.tokio]
features = ["full"]
version = "1.43"
[lib]
name = "thulp_core"
path = "src/lib.rs"
[package]
authors = ["Dirmacs <contact@dirmacs.org>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Core types and traits for thulp"
edition = "2021"
license = "MIT OR Apache-2.0"
name = "thulp-core"
readme = false
repository = "https://github.com/dirmacs/thulp"
rust-version = "1.75"
version = "0.2.0"