# 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 = "obs-countdown" version = "0.0.4" authors = ["Luciano Mammino"] description = "A CLI tool to write countdown timer files for OBS Studio" readme = "README.md" keywords = [ "obs", "countdown", ] categories = ["command-line-utilities"] license = "MIT" repository = "https://github.com/lmammino/obs-countdown" [package.metadata.binstall] bin-dir = "{ bin }{ binary-ext }" pkg-fmt = "tgz" pkg-url = "{ repo }/releases/download/{ version }/{ name }-{ target }{ archive-suffix }" [dependencies.clap] version = "4.5.1" features = ["derive"] [dependencies.winnow] version = "0.6.5"