# 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 = "freesound-credits" version = "0.2.20" authors = ["Andrea C From The App"] build = false exclude = ["/.github/"] autobins = false autoexamples = false autotests = false autobenches = false description = "A simple command line utility to credit Freesound samples in a usable markdown file" homepage = "https://andreacfromtheapp.github.io/apps/freesound-credits" readme = "README.md" keywords = [ "freesound", "creative-commons", "credits", ] categories = ["command-line-utilities"] license = "MIT OR Apache-2.0" repository = "https://github.com/andreacfromtheapp/freesound-credits" [package.metadata.binstall] bin-dir = "{ bin }{ binary-ext }" pkg-fmt = "zip" pkg-url = "{ repo }/releases/download/v{ version }/{ name }-{ target }.{ archive-suffix }" [profile.dist] lto = "thin" inherits = "release" [profile.release] lto = true strip = true [lib] name = "freesound_credits" path = "src/lib.rs" [[bin]] name = "freesound-credits" path = "src/main.rs" [dependencies.clap] version = "4.5.13" features = ["derive"]