[[bin]]
name = "xschem-parser-cli"
path = "src/main.rs"
[dependencies.colored]
version = "3"
[dependencies.xschem-parser]
version = "0.1.0"
[lints.clippy]
missing_errors_doc = "allow"
negative-feature-names = "allow"
[lints.clippy.all]
level = "deny"
priority = -1
[lints.clippy.cargo]
level = "deny"
priority = -1
[lints.clippy.pedantic]
level = "deny"
priority = -2
[lints.rust]
unsafe_code = "forbid"
warnings = "deny"
[package]
authors = ["Olav de Haas"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["parser-implementations", "command-line-utilities"]
description = "Xschem schematic and symbol parser CLI"
edition = "2024"
keywords = ["parser", "schematic", "symbol", "electrical"]
license = "MIT OR Apache-2.0"
name = "xschem-parser-cli"
readme = "README.md"
repository = "https://github.com/Olavhaasie/xschem-parser"
rust-version = "1.85"
version = "0.1.0"