kiutils_kicad 0.3.0

Typed KiCad document model and codecs for seamless, lossless edit round-trips
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 = "kiutils_kicad"
version = "0.3.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Typed KiCad document model and codecs for seamless, lossless edit round-trips"
documentation = "https://docs.rs/kiutils_kicad"
readme = false
keywords = [
    "kicad",
    "eda",
    "bindings",
    "parser",
    "lossless",
]
categories = [
    "development-tools",
    "api-bindings",
    "parser-implementations",
]
license = "MIT"
repository = "https://github.com/Milind220/kiutils-rs"

[features]
default = []
parallel = ["dep:rayon"]
serde = [
    "dep:serde",
    "kiutils_sexpr/serde",
]

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

[[bin]]
name = "kiutils-inspect"
path = "src/bin/kiutils-inspect.rs"

[[example]]
name = "dru_corpus_roundtrip"
path = "examples/dru_corpus_roundtrip.rs"

[[example]]
name = "dru_roundtrip"
path = "examples/dru_roundtrip.rs"

[[example]]
name = "footprint_roundtrip"
path = "examples/footprint_roundtrip.rs"

[[example]]
name = "pcb_roundtrip"
path = "examples/pcb_roundtrip.rs"

[[example]]
name = "read_all"
path = "examples/read_all.rs"

[[example]]
name = "schematic_corpus_roundtrip"
path = "examples/schematic_corpus_roundtrip.rs"

[[example]]
name = "schematic_roundtrip"
path = "examples/schematic_roundtrip.rs"

[[example]]
name = "symbol_corpus_roundtrip"
path = "examples/symbol_corpus_roundtrip.rs"

[[example]]
name = "symbol_roundtrip"
path = "examples/symbol_roundtrip.rs"

[[example]]
name = "symlib_corpus_roundtrip"
path = "examples/symlib_corpus_roundtrip.rs"

[[example]]
name = "symlib_roundtrip"
path = "examples/symlib_roundtrip.rs"

[[example]]
name = "worksheet_corpus_roundtrip"
path = "examples/worksheet_corpus_roundtrip.rs"

[[example]]
name = "worksheet_roundtrip"
path = "examples/worksheet_roundtrip.rs"

[[test]]
name = "inspect_cli"
path = "tests/inspect_cli.rs"

[[test]]
name = "integration"
path = "tests/integration.rs"

[dependencies.kiutils_sexpr]
version = "0.1.1"
package = "kiutils_sexpr"

[dependencies.rayon]
version = "1.10"
optional = true

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

[dependencies.serde_json]
version = "1"

[dependencies.thiserror]
version = "2"