# 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" rust-version = "1.65" name = "adobe-swatch-exchange" version = "2.0.2" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Read and write .ase files" homepage = "https://github.com/FineFindus/adobe-swatch-exchange-rs" readme = "README.md" keywords = [ "ase", "adobe", "palette", "swatch", ] categories = ["parser-implementations"] license = "MPL-2.0" repository = "https://github.com/FineFindus/adobe-swatch-exchange-rs" [lib] name = "adobe_swatch_exchange" path = "src/lib.rs" [[example]] name = "read" path = "examples/read.rs" [[example]] name = "write" path = "examples/write.rs"