# 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 = "danmu2ass" version = "0.2.1" authors = ["gwy15 "] description = "哔哩哔哩的 xml 文件转化为 ass 文件" homepage = "https://github.com/gwy15/danmu2ass" documentation = "https://docs.rs/danmu2ass/" license = "MIT" repository = "https://github.com/gwy15/danmu2ass" resolver = "2" [dependencies.anyhow] version = "1.0.56" [dependencies.biliapi] version = "0.1.17" default-features = false [dependencies.clap] version = "3.1.6" features = ["derive"] [dependencies.float-ord] version = "0.3.2" [dependencies.futures] version = "0.3.21" [dependencies.glob] version = "0.3.0" [dependencies.log] version = "0.4.15" [dependencies.pretty_env_logger] version = "0.4.0" [dependencies.prost] version = "0.10.0" [dependencies.quick-xml] version = "0.22.0" optional = true [dependencies.rayon] version = "1.5.1" [dependencies.reqwest] version = "0.11.10" default-features = false [dependencies.serde] version = "1.0.136" features = ["derive"] [dependencies.serde_json] version = "1.0.79" [dependencies.tokio] version = "1" features = ["macros", "rt-multi-thread"] [dependencies.toml] version = "0.5.8" [dependencies.url] version = "2.2.2" [dependencies.xml-rs] version = "0.8.4" optional = true [features] default = ["quick_xml", "rustls"] native-tls = ["reqwest/native-tls", "biliapi/native-tls"] quick_xml = ["quick-xml"] rustls = ["reqwest/rustls-tls", "biliapi/rustls"] xml_rs = ["xml-rs"]