# 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 = "goo" version = "0.1.0" exclude = [".github/"] description = "Library for encoding and decoding Elegoo's `.goo` file format." documentation = "https://docs.rs/goo" readme = "README.md" keywords = [ "elegoo", "goo", ] categories = [ "parser-implementations", "rendering::data-formats", ] license = "MIT" repository = "https://github.com/connorslade/goo" [package.metadata.docs.rs] all-features = true [dependencies.anyhow] version = "1.0.86" [dependencies.chrono] version = "0.4.38" optional = true [dependencies.image] version = "0.25.1" optional = true [dev-dependencies.clap] version = "4.5.7" features = ["derive"] [features] chrono = ["dep:chrono"] image = ["dep:image"]