virtuoso-cli 0.1.1

CLI tool to control Cadence Virtuoso from anywhere, locally or remotely
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"
name = "virtuoso-cli"
version = "0.1.1"
build = false
exclude = [
    ".cadence/",
    ".claude/",
    ".pensieve/",
    "plots/",
    "docs/plans/",
    "sim/",
    "process_data/",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "CLI tool to control Cadence Virtuoso from anywhere, locally or remotely"
homepage = "https://github.com/deanyou/virtuoso-cli"
readme = "README.md"
keywords = [
    "eda",
    "cadence",
    "virtuoso",
    "analog-ic",
    "spectre",
]
categories = [
    "command-line-utilities",
    "development-tools",
]
license = "MIT"
repository = "https://github.com/deanyou/virtuoso-cli"

[features]
daemon = []

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

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

[[bin]]
name = "virtuoso-daemon"
path = "src/daemon/main.rs"
required-features = ["daemon"]

[dependencies.base64]
version = "0.22"

[dependencies.chrono]
version = "0.4"
features = ["serde"]

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

[dependencies.dirs]
version = "5"

[dependencies.dotenvy]
version = "0.15"

[dependencies.hex]
version = "0.4"

[dependencies.include_dir]
version = "0.7"

[dependencies.libc]
version = "0.2"

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

[dependencies.serde_json]
version = "1"

[dependencies.sha2]
version = "0.10"

[dependencies.shlex]
version = "1"

[dependencies.tempfile]
version = "3"

[dependencies.thiserror]
version = "2"

[dependencies.tracing]
version = "0.1"

[dependencies.tracing-subscriber]
version = "0.3"
features = ["env-filter"]

[dependencies.uuid]
version = "1"
features = ["v4"]

[profile.release]
lto = true
codegen-units = 1
strip = true