# 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 = "asciisavers" version = "0.3.8" build = false autolib = false autobins = false autoexamples = false autotests = false autobenches = false description = "A small collection of ascii screensavers" readme = "README.md" license = "GPL-3.0" repository = "https://github.com/coderspark/asciisavers" [[bin]] name = "asciisavers" path = "src/main.rs" [dependencies.clap] version = "4.5.21" features = ["derive"] [dependencies.crossterm] version = "0.28.1" [dependencies.rand] version = "0.8.5"