pinakes/crates/pinakes-plugin-api/Cargo.toml
NotAShelf 00bab69598
meta: move public crates to packages/
Signed-off-by: NotAShelf <raf@notashelf.dev>
Change-Id: I928162008cb1ba02e1aa0e7aa971e8326a6a6964
2026-03-23 03:30:53 +03:00

28 lines
668 B
TOML

[package]
name = "pinakes-plugin-api"
version.workspace = true
edition.workspace = true
license.workspace = true
[features]
default = []
wasm = ["wit-bindgen"]
[dependencies]
serde = { workspace = true }
serde_json = { workspace = true }
thiserror = { workspace = true }
async-trait = { workspace = true }
tracing = { workspace = true }
toml = { workspace = true }
uuid = { workspace = true }
chrono = { workspace = true }
mime_guess = { workspace = true }
rustc-hash = { workspace = true }
wit-bindgen = { workspace = true, optional = true }
[dev-dependencies]
tokio = { workspace = true, features = ["rt", "rt-multi-thread", "macros"] }
[lints]
workspace = true