# 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 = "firework-rs" version = "0.3.1" authors = ["Wayoung7 "] exclude = ["gif/*"] description = "A cross-platform ascii-art firework simulator in terminal" readme = "README.md" keywords = [ "ascii", "fireworks", "terminal", "cli", "simulation", ] categories = ["command-line-utilities"] license = "MIT" repository = "https://github.com/Wayoung7/firework-rs" [lib] name = "firework_rs" crate-type = ["lib"] path = "src/lib.rs" bench = false [[bin]] name = "firework" path = "src/bin/firework/main.rs" [[example]] name = "fountain" [[example]] name = "vortex" [[example]] name = "heart" [dependencies.clap] version = "4.5.2" features = ["derive"] [dependencies.crossterm] version = "0.27.0" [dependencies.glam] version = "0.25.0" [dependencies.rand] version = "0.8.5" [dependencies.rand_distr] version = "0.4.3"