titlefmt 0.3.1

Metadata Title Formatting Library
Documentation
# 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.3.1"
authors = ["Victor Nivet <victor@saumon.ninja>"]
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"

[features]
metadata_libs = ["id3", "metaflac"]
titlefmtr = ["metadata_libs"]
[badges.maintenance]
status = "passively-maintained"

[badges.travis-ci]
branch = "master"
repository = "suntorvic/titlefmt"