# 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 = "xmltv" version = "0.9.6" authors = ["Sébastien LUNDI"] description = "XMLTV for electronic program guide (EPG) parser and generator using serde." readme = "README.md" keywords = [ "xmltv", "epg", "tv", ] categories = [ "parsing", "data-structures", ] license = "MIT/Apache-2.0" repository = "https://codeberg.org/slundi/xmltv" [lib] name = "xmltv" [[bin]] name = "xmltv" required-features = ["build-binary"] [dependencies.chrono] version = "0.4" optional = true [dependencies.crossterm] version = "0.27.0" optional = true [dependencies.lexopt] version = "0.3" optional = true [dependencies.quick-xml] version = "0.31" features = ["serialize"] optional = true [dependencies.ratatui] version = "0.26" optional = true [dependencies.serde] version = "1.0" features = ["derive"] [dev-dependencies.quick-xml] version = "0.31" features = ["serialize"] [features] build-binary = [ "dep:lexopt", "dep:quick-xml", "dep:crossterm", "dep:ratatui", "dep:chrono", ]