xschem-parser 0.1.0

Xschem schematic and symbol parser
Documentation
[dependencies.colored]
version = "3"

[dependencies.derive_more]
features = ["deref", "deref_mut", "display", "from", "into", "try_from"]
version = "2"

[dependencies.nom]
version = "8"

[dependencies.nom_locate]
version = "5"

[features]
no-color = ["colored/no-color"]

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

[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 = ["parsing", "parser-implementations"]
description = "Xschem schematic and symbol parser"
documentation = "https://docs.rs/xschem-parser"
edition = "2024"
keywords = ["parser", "schematic", "symbol", "electrical"]
license = "MIT OR Apache-2.0"
name = "xschem-parser"
readme = "README.md"
repository = "https://github.com/Olavhaasie/xschem-parser"
rust-version = "1.85"
version = "0.1.0"