# 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 = "triseratops" version = "0.0.3" authors = ["Jan Holthuis "] description = "The robust, in-depth Serato Parser & Serializer." readme = "README.md" keywords = [ "serato", "dj", "tag", "database", "parser", ] categories = ["parser-implementations"] license = "AGPL-3.0-or-later" repository = "https://github.com/Holzhaus/triseratops" [dependencies.base64] version = "0.21" [dependencies.nom] version = "7" [dependencies.thiserror] version = "1" [dev-dependencies.id3] version = "1" [dev-dependencies.textwrap] version = "0.16"