# 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 = "swordfish-rs" version = "0.6.0" exclude = [ "/examples", "/tests", "*.gif", ] description = "Cli tool for typing effect in Termainl for screencasts" readme = "README.md" license-file = "LICENSE" repository = "https://github.com/vim-zz/swordfish/" resolver = "2" [profile.release] opt-level = "z" lto = true codegen-units = 1 strip = true [lib] name = "swordfishlib" path = "src/lib.rs" [[bin]] name = "swordfish" path = "src/main.rs" [dependencies.anyhow] version = "1" [dependencies.clap] version = "3" features = ["derive"] [dependencies.colored] version = "2" [dependencies.enum_dispatch] version = "0.3" [dependencies.serde] version = "1" features = ["derive"] [dependencies.serde_yaml] version = "0.9" [dependencies.shellwords] version = "1"