cargo-capsec 0.1.2

Static capability audit for Rust — find out what your code can do to the outside world
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 = "cargo-capsec"
version = "0.1.2"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Static capability audit for Rust — find out what your code can do to the outside world"
readme = "README.md"
keywords = [
    "security",
    "capability",
    "audit",
    "supply-chain",
    "static-analysis",
]
categories = [
    "development-tools",
    "command-line-utilities",
]
license = "Apache-2.0"
repository = "https://github.com/bordumb/capsec"
resolver = "2"

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

[[bin]]
name = "cargo-capsec"
path = "src/main.rs"

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

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

[dependencies.capsec-std]
version = "0.1.0"

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

[dependencies.colored]
version = "3.1.1"

[dependencies.globset]
version = "0.4"

[dependencies.proc-macro2]
version = "1"
features = ["span-locations"]

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

[dependencies.serde_json]
version = "1"

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

[dependencies.toml]
version = "1.0.7"

[dependencies.walkdir]
version = "2"

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

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

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