# 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] edition = "2018" name = "ultrastar-txt" version = "0.1.3" authors = ["Robin Nehls "] description = "A library for parsing and generating Ultrastar TXT files" documentation = "https://docs.rs/ultrastar-txt" readme = "README.md" keywords = ["ultrastar", "parser", "karaoke"] categories = ["parsing"] license = "MIT" repository = "https://github.com/man0lis/ultrastar-txt" [lib] bench = false [[bench]] name = "generate_real_song" harness = false [[bench]] name = "generate_simple_song" harness = false [[bench]] name = "parse_real_song" harness = false [[bench]] name = "parse_simple_song" harness = false [dependencies.chardet] version = "0.2" optional = true [dependencies.encoding] version = "0.2" optional = true [dependencies.error-chain] version = "0.12" [dependencies.lazy_static] version = "1" [dependencies.regex] version = "1" [dependencies.serde] version = "1" features = ["derive"] optional = true [dev-dependencies.criterion] version = "0.2" [features] default = ["file-support"] file-support = ["chardet", "encoding"]