# 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 = "sketchbook" version = "0.0.2" authors = ["Konnor Andrews"] description = "Interactive visual applications in Rust" readme = "README.md" keywords = [ "graphics", "sketch", ] categories = [ "embedded", "graphics", "no-std", "rendering", "visualization", ] license = "MIT" repository = "https://gitlab.com/konnorandrews/sketchbook" resolver = "2" [package.metadata.docs.rs] all-features = true rustdoc-args = [ "--cfg", "docsrs", "--cfg", "feature=\"document-features\"", ] [dependencies.document-features] version = "0.2" optional = true [dependencies.libm] version = "0.2" optional = true [dependencies.macro_rules_attribute] version = "0.1" optional = true [dependencies.palette] version = "0.6" optional = true [dependencies.serde] version = "1.0" features = ["derive"] optional = true [features] alloc = [] aspect-draw = [] aspect-keyboard = [] aspect-mouse = [] aspect-update = [] color = ["dep:palette"] default = [] derive = ["dep:macro_rules_attribute"] env-aspect-test = [] env-minimal = [] ream-concurrent = ["alloc"] ream-parallel = ["std"] ream-single = [] serde = [ "dep:serde", "palette?/serializing", ] std = ["alloc"]