dxf 0.6.1

A rust crate for reading and writing DXF and DXB CAD 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 = "2021"
name = "dxf"
version = "0.6.1"
authors = ["Brett V. Forsgren <brett.forsgren@outlook.com>"]
build = "build/build.rs"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A rust crate for reading and writing DXF and DXB CAD files."
documentation = "https://docs.rs/dxf/"
readme = "README.md"
keywords = [
    "AutoCAD",
    "CAD",
    "DXB",
    "DXF",
]
license = "MIT"
repository = "https://github.com/ixmilia/dxf-rs"

[package.metadata.docs.rs]
targets = []

[features]
serialize = ["serde"]

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

[dependencies.byteorder]
version = "1.3.4"

[dependencies.chrono]
version = "0.4.19"
features = ["serde"]

[dependencies.encoding_rs]
version = "0.8.26"

[dependencies.enum_primitive]
version = "0.1.1"

[dependencies.image]
version = "0.25.1"
features = ["bmp"]
default-features = false

[dependencies.itertools]
version = "0.14.0"

[dependencies.num]
version = "0.4"

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

[dependencies.uuid]
version = "1.3.3"
features = [
    "serde",
    "v4",
]

[dev-dependencies.float-cmp]
version = "0.10.0"

[dev-dependencies.glob]
version = "0.3.0"

[build-dependencies.xmltree]
version = "0.9.0"