# 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 = "rekordcrate" version = "0.2.1" authors = ["Jan Holthuis "] exclude = [".*"] description = "Library for parsing Pioneer Rekordbox device exports" readme = "README.md" keywords = [ "rekordbox", "dj", "export", "database", "parser", ] categories = ["parser-implementations"] license = "MPL-2.0" repository = "https://github.com/Holzhaus/rekordcrate" [[bin]] name = "rekordcrate" required-features = ["cli"] [dependencies.binrw] version = "0.13" [dependencies.clap] version = "4.0.10" features = ["derive"] optional = true [dependencies.crc16] version = "0.4" [dependencies.modular-bitfield] version = "0.11" [dependencies.parse-display] version = "0.6.0" [dependencies.thiserror] version = "1.0" [dev-dependencies.pretty-hex] version = "0.3" [dev-dependencies.pretty_assertions] version = "1" [build-dependencies.glob] version = "0.3" [features] cli = ["dep:clap"] default = ["cli"]