# 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 = "rocket-animation" version = "0.1.1" authors = ["Shota Isoda"] build = false exclude = [ "/target", "*.lock", "*.json", "*.md", "*.yml", "*.toml", "/docker-compose.yml", "/Dockerfile", "/README.md", ] autobins = false autoexamples = false autotests = false autobenches = false description = "A simple CLI tool to display a rocket launch animation" readme = "README.md" license = "MIT" [package.metadata.deb] name = "rocket-animation" [package.metadata.rpm] name = "rocket-animation" [package.metadata.rpm.cargo] buildflags = ["--release"] [package.metadata.rpm.targets.rocket-animation] path = "/usr/bin/rocket-animation" [[bin]] name = "rocket" path = "src/main.rs" [dependencies.crossterm] version = "0.27.0" [dependencies.termion] version = "1.5" [dependencies.tokio] version = "1" features = ["full"]