vanta-cli 0.0.3

Vanta command implementations (the library behind the `vanta` binary).
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.83"
name = "vanta-cli"
version = "0.0.3"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Vanta command implementations (the library behind the `vanta` binary)."
readme = false
license = "Apache-2.0"
repository = "https://github.com/squaretick/vanta"

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

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

[dependencies.vanta-config]
version = "0.0.3"

[dependencies.vanta-core]
version = "0.0.3"

[dependencies.vanta-diag]
version = "0.0.3"

[dependencies.vanta-env]
version = "0.0.3"

[dependencies.vanta-install]
version = "0.0.3"

[dependencies.vanta-lock]
version = "0.0.3"

[dependencies.vanta-migrate]
version = "0.0.3"

[dependencies.vanta-net]
version = "0.0.3"

[dependencies.vanta-registry]
version = "0.0.3"

[dependencies.vanta-resolve]
version = "0.0.3"

[dependencies.vanta-security]
version = "0.0.3"

[dependencies.vanta-ui]
version = "0.0.3"