via-pcb-cli 0.1.2

Project-oriented CLI wrapper for via checks, snapshots, BOMs, and exports.
# 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 = "via-pcb-cli"
version = "0.1.2"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Project-oriented CLI wrapper for via checks, snapshots, BOMs, and exports."
homepage = "https://github.com/jz315/via-rs"
readme = "README.md"
keywords = [
    "eda",
    "pcb",
    "kicad",
    "electronics",
]
categories = ["development-tools"]
license = "MPL-2.0"
repository = "https://github.com/jz315/via-rs"

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

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

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

[dependencies.serde_json]
version = "1"

[dependencies.via-core]
version = "=0.1.1"

[dependencies.via-kicad]
version = "=0.1.1"

[dependencies.via-kicad-footprints]
version = "=0.1.1"

[dependencies.via-kicad-sexp]
version = "=0.1.1"

[dependencies.via-lceda-pro]
version = "=0.1.1"

[dependencies.via-project]
version = "=0.1.1"

[dev-dependencies.via-footprint-ir]
version = "=0.1.1"