# 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 = "chapters" version = "0.4.2" authors = [ "RSS Blue", "Dovydas Joksas", ] description = "Manage podcast chapters in Rust" readme = "README.md" keywords = ["podcast"] categories = [ "parsing", "multimedia::audio", "encoding", ] license = "MIT OR Apache-2.0" repository = "https://github.com/rssblue/chapters" [dependencies.chrono] version = "0.4.31" [dependencies.id3] version = "1.8.0" [dependencies.regex] version = "1.10.2" [dependencies.serde] version = "1.0.189" features = ["derive"] [dependencies.serde_json] version = "1.0.107" [dependencies.url] version = "2.4.1" [dependencies.uuid] version = "1.5.0" features = [ "serde", "v4", ] optional = true [dev-dependencies.cfg-if] version = "1.0.0" [dev-dependencies.pretty_assertions] version = "1.4.0" [features] rssblue = ["dep:uuid"]