# 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 = "animaterm" version = "0.2.7" authors = ["Jakub Mitoraj "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "An easy to use terminal user interface library with keyboard macros support." readme = "README.md" license = "MIT" repository = "https://github.com/dxtr85/animaterm" [lib] name = "animaterm" path = "src/lib.rs" [[bin]] name = "studio" path = "src/bin/studio/main.rs" [[example]] name = "example_1" path = "examples/example_1.rs" [[example]] name = "example_2" path = "examples/example_2.rs" [[example]] name = "example_3" path = "examples/example_3.rs" [[example]] name = "example_4" path = "examples/example_4.rs" [[example]] name = "example_5" path = "examples/example_5.rs" [[example]] name = "example_6" path = "examples/example_6.rs" [dependencies.termios] version = "0.3.3"