duc 2.3.0

The duc 2D CAD file format Rust implementation.
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 = "duc"
version = "2.3.0"
authors = ["Ducflair support@ducflair.com"]
build = "build.rs"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "The duc 2D CAD file format Rust implementation."
readme = "README.md"
license = "MIT"
repository = "https://github.com/ducflair/duc/tree/main/packages/ducrs"

[features]
default = []

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

[dependencies.base64]
version = "0.21.5"

[dependencies.flatbuffers]
version = "25.2.10"

[dependencies.flate2]
version = "1.0"

[dependencies.lazy_static]
version = "1.4"

[dependencies.log]
version = "0.4.22"

[dependencies.percent-encoding]
version = "2.3.1"

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

[dependencies.serde_json]
version = "1.0"

[dev-dependencies.env_logger]
version = "0.10"