# 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 = "rsille" version = "2.3.1" authors = ["nidhoggfgg "] exclude = [ "examples", "imgs", ] description = "A full feature braille code art lib" readme = "README.md" keywords = [ "braille", "terminal", "tui", "cli", "animation", ] license = "MIT" repository = "https://github.com/nidhoggfgg/rsille.git" [profile.release] lto = true [[example]] name = "anime-mix" path = "examples/anime/mix.rs" [[example]] name = "obj-mix" path = "examples/object3d/obj-mix.rs" [[example]] name = "cube" path = "examples/object3d/cube.rs" [[example]] name = "cube-colorful" path = "examples/object3d/cube-colorful.rs" [[example]] name = "otc" path = "examples/object3d/otc.rs" [[example]] name = "otc-colorful" path = "examples/object3d/otc-colorful.rs" [[example]] name = "turtle-flower" path = "examples/turtle/turtle-flower.rs" [[example]] name = "turtle-multi" path = "examples/turtle/turtle-multi.rs" [[example]] name = "imgille" path = "examples/imgille.rs" required-features = ["img"] [[bench]] name = "set" harness = false [dependencies.crossterm] version = "0.27.0" [dependencies.image] version = "0.24.8" optional = true [dev-dependencies.criterion] version = "0.4" [features] default = [] img = ["image"]