# 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 = "tinge" version = "0.1.0" authors = [""] description = "A terminal-gui tool for generate, analyze, convert and manipulate colors..." readme = "README.md" categories = [ "command-line-utilities", "gui", "graphics", ] license = "Apache-2.0" repository = "https://github.com/zipxing/tinge" [lib] crate-type = [ "cdylib", "rlib", ] path = "src/lib.rs" [dependencies.bincode] version = "1.3.1" [dependencies.itertools] version = "0.10.3" [dependencies.keyframe] version = "=1.1.1" [dependencies.log] version = "0.4.16" [dependencies.num-derive] version = "0.2" [dependencies.num-traits] version = "0.2" [dependencies.rand] version = "0.8.5" [dependencies.rust_pixel] version = "0.4.5" [dependencies.serde_json] version = "1.0.81" [dependencies.tinge_lib] version = "0.1.0" [dependencies.wasm-bindgen] version = "0.2.92" [dependencies.wasm-bindgen-futures] version = "0.4.42" [dependencies.web-sys] version = "0.3.4" [features] sdl = ["rust_pixel/sdl"] term = ["rust_pixel/term"]