altium-format 0.1.7

Core altium-cli library for reading and writing Altium Designer files.
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 = "2024"
rust-version = "1.85"
name = "altium-format"
version = "0.1.7"
authors = ["Alexander Kiselev <alex@akiselev.com>"]
build = false
include = [
    "src/**/*",
    "data/*.PcbDoc",
    "data/*.PrjPcb",
    "data/blank/*",
    "Cargo.toml",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Core altium-cli library for reading and writing Altium Designer files."
homepage = "https://github.com/akiselev/altium-cli"
documentation = "https://docs.rs/altium-format"
readme = "README.md"
keywords = [
    "altium",
    "eda",
    "pcb",
    "schematic",
    "cfb",
]
categories = ["parser-implementations"]
license = "GPL-3.0-only"
repository = "https://github.com/akiselev/altium-cli"
resolver = "2"

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

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

[dependencies.bitflags]
version = "2.10.0"

[dependencies.byteorder]
version = "1.5.0"

[dependencies.cfb]
version = "0.12.1"

[dependencies.encoding_rs]
version = "0.8.35"

[dependencies.flate2]
version = "1.1.5"

[dependencies.geo]
version = "0.28"

[dependencies.indexmap]
version = "2.13.0"

[dependencies.log]
version = "0.4.29"

[dependencies.png]
version = "0.17"

[dependencies.regex]
version = "1.11.1"

[dependencies.resvg]
version = "0.44"

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

[dependencies.serde_json]
version = "1.0"

[dependencies.thiserror]
version = "2.0.17"

[dependencies.uuid]
version = "1.19"
features = ["v4"]