clayers 0.1.3

Cognitive layers: structured XML specifications with version control and machine-verifiable traceability
Documentation
# 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"
name = "clayers"
version = "0.1.3"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Cognitive layers: structured XML specifications with version control and machine-verifiable traceability"
readme = false
license = "Apache-2.0"
repository = "https://github.com/CognitiveLayers/clayers"

[lib]
name = "clayers"
path = "src/lib.rs"

[[bin]]
name = "clayers"
path = "src/main.rs"

[[test]]
name = "cli_integration"
path = "tests/cli_integration.rs"

[[test]]
name = "corpus_roundtrip"
path = "tests/corpus_roundtrip.rs"

[[test]]
name = "remote_integration"
path = "tests/remote_integration.rs"

[dependencies.anyhow]
version = "1"

[dependencies.async-trait]
version = "0.1"

[dependencies.base64]
version = "0.22"

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

[dependencies.clayers-repo]
version = "0.1.3"
features = [
    "sqlite",
    "websocket",
]

[dependencies.clayers-spec]
version = "0.1.3"

[dependencies.clayers-xml]
version = "0.1.3"

[dependencies.getrandom]
version = "0.4"

[dependencies.notify]
version = "8"
features = ["macos_fsevent"]

[dependencies.reqwest]
version = "0.13"
features = [
    "blocking",
    "native-tls",
]
default-features = false

[dependencies.rusqlite]
version = "0.39"
features = ["bundled"]

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

[dependencies.serde_json]
version = "1"

[dependencies.serde_yml]
version = "0.0.12"

[dependencies.tokio]
version = "1"
features = [
    "rt",
    "rt-multi-thread",
    "net",
    "signal",
]

[dev-dependencies.assert_cmd]
version = "2"

[dev-dependencies.chrono]
version = "0.4"

[dev-dependencies.predicates]
version = "3"

[dev-dependencies.rayon]
version = "1.11.0"

[dev-dependencies.regex]
version = "1.12.3"

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

[dev-dependencies.tempfile]
version = "3"

[dev-dependencies.tokio]
version = "1"
features = ["full"]

[dev-dependencies.xot]
version = "0.31"

[lints.clippy.all]
level = "deny"
priority = 0

[lints.clippy.pedantic]
level = "warn"
priority = 0

[lints.rust]
warnings = "deny"