vanta 0.0.8

Vanta — every developer tool, one command. The main CLI binary.
# 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"
version = "0.0.8"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Vanta — every developer tool, one command. The main CLI binary."
readme = false
license = "Apache-2.0"
repository = "https://github.com/squaretick/vanta"

[package.metadata.deb]
section = "devel"
priority = "optional"
assets = [
    [
    "target/release/vanta",
    "usr/bin/",
    "755",
],
    [
    "target/release/vt",
    "usr/bin/",
    "755",
],
    [
    "target/release/vanta-shim",
    "usr/bin/",
    "755",
],
]

[[package.metadata.generate-rpm.assets]]
source = "target/release/vanta"
dest = "/usr/bin/vanta"
mode = "755"

[[package.metadata.generate-rpm.assets]]
source = "target/release/vt"
dest = "/usr/bin/vt"
mode = "755"

[[package.metadata.generate-rpm.assets]]
source = "target/release/vanta-shim"
dest = "/usr/bin/vanta-shim"
mode = "755"

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

[[bin]]
name = "vt"
path = "src/bin/vt.rs"

[dependencies.vanta-cli]
version = "0.0.8"

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