Current section

Files

Jump to
rbt_weave crates weave-content Cargo.toml
Raw

crates/weave-content/Cargo.toml

[package]
name = "weave-content"
description = "Content DSL parser, validator, and builder for OSINT case files"
authors.workspace = true
version.workspace = true
edition.workspace = true
rust-version.workspace = true
license.workspace = true
repository.workspace = true
readme = "README.md"
include = ["src/**/*", "countries.json", "Cargo.toml", "README.md", "LICENSE"]
[[bin]]
name = "weave-content"
path = "src/main.rs"
[dependencies]
clap = { version = "4", features = ["derive"] }
dashmap = "6"
fastrand = "2"
nulid = { version = "0.10", features = ["serde"] }
pulldown-cmark = "0.13"
rayon = "1"
reqwest = { version = "0.13", default-features = false, features = ["rustls"] }
serde = { version = "1", features = ["derive"] }
serde_json = "1"
serde_yaml = "0.9"
sha2 = "0.11"
tokio = { version = "1", features = ["rt-multi-thread", "sync", "time"] }
unicode-normalization = "0.1"
url = "2"
[dev-dependencies]
mockito = "1"
tokio = { version = "1", features = ["rt", "macros"] }
[lints]
workspace = true