cordance-cli 0.1.1

Cordance CLI — installs the `cordance` binary. The umbrella package `cordance` re-exports this entry; either install command works.
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 = "2021"
rust-version = "1.88"
name = "cordance-cli"
version = "0.1.1"
authors = ["Cordance contributors"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Cordance CLI — installs the `cordance` binary. The umbrella package `cordance` re-exports this entry; either install command works."
readme = "README.md"
license = "MIT OR Apache-2.0"
repository = "https://github.com/0ryant/cordance"

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

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

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

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

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

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

[dependencies.anyhow]
version = "1"

[dependencies.camino]
version = "1"
features = ["serde1"]

[dependencies.chrono]
version = "0.4"
features = ["serde"]

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

[dependencies.clap_complete]
version = "4"

[dependencies.cordance-advise]
version = "0.1.0"

[dependencies.cordance-core]
version = "0.1.0"

[dependencies.cordance-cortex]
version = "0.1.0"

[dependencies.cordance-doctrine]
version = "0.1.0"

[dependencies.cordance-emit]
version = "0.1.0"

[dependencies.cordance-llm]
version = "0.1.0"

[dependencies.cordance-scan]
version = "0.1.0"

[dependencies.dunce]
version = "1"

[dependencies.hex]
version = "0.4"

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

[dependencies.notify-debouncer-mini]
version = "0.4"

[dependencies.rmcp]
version = "1.7"
features = [
    "server",
    "macros",
    "transport-io",
]

[dependencies.schemars]
version = "1"
features = ["chrono04"]

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

[dependencies.serde_json]
version = "1"
features = ["preserve_order"]

[dependencies.sha2]
version = "0.10"

[dependencies.thiserror]
version = "2"

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

[dependencies.toml]
version = "0.8"

[dependencies.tracing]
version = "0.1"

[dependencies.tracing-subscriber]
version = "0.3"
features = [
    "env-filter",
    "fmt",
]

[dependencies.url]
version = "2"

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

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

[dev-dependencies.cordance-core]
version = "0.1.0"

[dev-dependencies.insta]
version = "1"
features = [
    "json",
    "yaml",
]

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

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

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

[lints.clippy]
module_name_repetitions = "allow"

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

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