# 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 = "2018" name = "dxf" version = "0.6.0" authors = ["Brett V. Forsgren "] build = "build/build.rs" 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 = [] [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" [dependencies.itertools] version = "0.13.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.9.0" [dev-dependencies.glob] version = "0.3.0" [build-dependencies.xmltree] version = "0.8.0" [features] serialize = ["serde"]