# 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 = "tarts" version = "0.1.5" authors = ["oiwn "] description = "Screen savers and visual effects for terminal" homepage = "https://github.com/oiwn/tui-screen-savers-rs" documentation = "https://docs.rs/tarts" readme = "README.md" license = "MIT" repository = "https://github.com/oiwn/tui-screen-savers-rs" [profile.release] opt-level = "z" lto = true codegen-units = 1 panic = "abort" strip = true [[bench]] name = "rain_benchmarks" harness = false [dependencies.crossterm] version = "0.27" [dependencies.derive_builder] version = "0.12" [dependencies.once_cell] version = "1.18" [dependencies.pico-args] version = "0.5" [dependencies.rand] version = "0.8" [dependencies.tracing] version = "0.1" [dependencies.tracing-subscriber] version = "0.3" [dev-dependencies.criterion] version = "0.5"