candor-query 0.10.0

candor's read-only report queries (show/where/callers/map/diff/containment/…) in Rust — used by cargo-candor.
# 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 = "candor-query"
version = "0.10.0"
authors = ["Tom Baldwin <tom@polymorphism.co.uk>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "candor's read-only report queries (show/where/callers/map/diff/containment/…) in Rust — used by cargo-candor."
homepage = "https://candor.poly.io"
readme = "README.md"
keywords = [
    "effects",
    "capabilities",
    "static-analysis",
    "audit",
    "query",
]
categories = [
    "development-tools",
    "command-line-utilities",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/tombaldwin/candor-rust"

[[bin]]
name = "candor-query"
path = "src/main.rs"

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

[dependencies.candor-classify]
version = "0.10.0"

[dependencies.candor-report]
version = "0.10.0"

[dependencies.regex]
version = "1"

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

[dependencies.serde_json]
version = "1"