# 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 = "2018" name = "cursive-spinner-view" version = "0.1.5" authors = ["Stanislav Otovchits "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Cursive spinner view" readme = "README.md" keywords = [ "cursive", "spinner", "cursive-view", "tui", "terminal", ] license = "MIT OR Apache-2.0" repository = "https://github.com/otov4its/cursive-spinner-view/" [lib] name = "cursive_spinner_view" path = "src/lib.rs" [[example]] name = "spinner" path = "examples/spinner/main.rs" [[test]] name = "view" path = "tests/view.rs" [dependencies.cursive_core] version = "0.4" [dev-dependencies.cursive] version = "0.21" [dev-dependencies.ntest] version = "0.9"