candor-scan 0.4.0

candor's STABLE-Rust effect scanner — syntactic call-graph + effect report, no nightly.
# 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"
name = "candor-scan"
version = "0.4.0"
authors = ["Tom Baldwin <tom@polymorphism.co.uk>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "candor's STABLE-Rust effect scanner — syntactic call-graph + effect report, no nightly."
homepage = "https://candor.poly.io"
readme = "README.md"
keywords = [
    "effects",
    "capabilities",
    "static-analysis",
    "audit",
    "security",
]
categories = [
    "development-tools",
    "command-line-utilities",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/tombaldwin/candor-rust"
resolver = "3"

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

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

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

[dependencies.proc-macro2]
version = "1"

[dependencies.serde_json]
version = "1"

[dependencies.syn]
version = "2"
features = [
    "full",
    "visit",
    "extra-traits",
]

[dependencies.walkdir]
version = "2"