altium-cli 0.1.6

CLI tool for inspecting and manipulating Altium Designer files
# 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"
rust-version = "1.85"
name = "altium-cli"
version = "0.1.6"
authors = ["Alexander Kiselev <alex@akiselev.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "CLI tool for inspecting and manipulating Altium Designer files"
homepage = "https://github.com/akiselev/altium-cli"
documentation = "https://docs.rs/altium-cli"
readme = "README.md"
keywords = [
    "altium",
    "eda",
    "pcb",
    "schematic",
    "cli",
]
categories = ["command-line-utilities"]
license = "GPL-3.0-only"
repository = "https://github.com/akiselev/altium-cli"
resolver = "2"

[[bin]]
name = "altium-cli"
path = "src/main.rs"

[dependencies.altium-format]
version = "0.1.0"

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

[dependencies.clap_complete]
version = "4"

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

[dependencies.serde_json]
version = "1.0"