# 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 = "guitarpro" version = "0.1.0" authors = ["slundi"] description = "Rust library and command line interface (CLI) for guitar tab files." license = "MIT" repository = "https://gitlab.com/slundi/guitar-io" resolver = "2" [lib] name = "guitarpro" path = "src/lib.rs" [[bin]] name = "guitarpro_cli" path = "src/main.rs" required-features = ["clap"] [dependencies.clap] version = "3" features = ["derive"] optional = true [dependencies.encoding_rs] version = "0.8" [dependencies.fraction] version = "0.10" [dev-dependencies] [features] build-binary = ["clap"]