kiutils-rs 0.2.0

Pure-Rust KiCad API for seamless, lossless S-expression document 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-rs"
version = "0.2.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Pure-Rust KiCad API for seamless, lossless S-expression document round-trips"
documentation = "https://docs.rs/kiutils-rs"
readme = false
keywords = [
    "kicad",
    "s-expression",
    "parser",
    "eda",
    "lossless",
]
categories = [
    "development-tools",
    "api-bindings",
    "parser-implementations",
]
license = "MIT"
repository = "https://github.com/Milind220/kiutils-rs"

[features]
default = []
parallel = ["kiutils_kicad/parallel"]
serde = ["kiutils_kicad/serde"]

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

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

[dependencies.kiutils_kicad]
version = "0.3.0"
package = "kiutils_kicad"