# 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 = "pixcil" version = "0.7.0" authors = ["Takeru Ohta "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Pixel art editor" homepage = "https://github.com/sile/pixcil" readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://github.com/sile/pixcil" [lib] name = "pixcil" crate-type = [ "lib", "cdylib", ] path = "src/lib.rs" [dependencies.byteorder] version = "1.4.3" [dependencies.libflate] version = "2.0.0" [dependencies.log] version = "0.4.17" [dependencies.orfail] version = "1.1.0" [dependencies.pagurus] version = "0.7" features = [ "image", "random", "serde", "fixed_window", ] [dependencies.png] version = "0.17" [dependencies.serde] version = "1" features = ["derive"] [dependencies.serde_json] version = "1" [features] auto-scaling = [] default = [ "wasm", "auto-scaling", ] wasm = ["pagurus/wasm"]