# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] name = "titlefmt" version = "0.4.0" authors = ["Victor Nivet "] include = ["**/*.rs", "Cargo.toml", "LICENSE*", "README.md", ".travis.yml"] description = "Metadata Title Formatting Library" readme = "README.md" keywords = ["titleformat", "metadata", "parser", "formatting"] categories = ["parser-implementations", "value-formatting", "multimedia"] license = "MIT/Apache-2.0" repository = "https://github.com/suntorvic/titlefmt" [[bin]] name = "titlefmtr" required-features = ["titlefmtr"] [dependencies.id3] version = "0.3.0" optional = true [dependencies.metaflac] version = "0.1.8" optional = true [dependencies.nom] version = "4.2.0" [dependencies.unicode-normalization] version = "0.1.8" optional = true [features] default = ["unicode-normalization"] metadata_libs = ["id3", "metaflac"] titlefmtr = ["metadata_libs"] [badges.maintenance] status = "passively-maintained" [badges.travis-ci] branch = "master" repository = "suntorvic/titlefmt"