weave-content 0.2.4

Content DSL parser, validator, and builder for OSINT case files
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[package]
edition = "2024"
rust-version = "1.88"
name = "weave-content"
version = "0.2.4"
authors = ["kakilangit <rust@kakilangit.dev>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Content DSL parser, validator, and builder for OSINT case files"
readme = "README.md"
license = "MIT"
repository = "https://github.com/redberrythread/weave"

[[bin]]
name = "weave-content"
path = "src/main.rs"

[dependencies.clap]
version = "4"
features = ["derive"]

[dependencies.nulid]
version = "0.10"
features = ["serde"]

[dependencies.pulldown-cmark]
version = "0.13"

[dependencies.reqwest]
version = "0.12"
features = ["rustls-tls"]
default-features = false

[dependencies.rust-s3]
version = "0.37"
features = ["tokio-rustls-tls"]
default-features = false

[dependencies.serde]
version = "1"
features = ["derive"]

[dependencies.serde_json]
version = "1"

[dependencies.serde_yaml]
version = "0.9"

[dependencies.tokio]
version = "1"
features = [
    "rt-multi-thread",
    "macros",
    "sync",
]

[dependencies.weave-image]
version = "0.2.4"

[dev-dependencies.mockito]
version = "1"

[dev-dependencies.tokio]
version = "1"
features = [
    "rt",
    "macros",
]

[lints.clippy]
expect_used = "deny"
module_name_repetitions = "allow"
must_use_candidate = "allow"
unwrap_used = "deny"

[lints.clippy.pedantic]
level = "warn"
priority = -1

[lints.rust]
unsafe_code = "deny"