# 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 = "dantalian" version = "0.4.5" authors = ["Nanozuki Crows "] description = "A nfo file generator for your anime. Source from https://bangumi.tv/." readme = "README.md" license = "GPL-3.0-or-later" repository = "https://github.com/nanozuki/dantalian/" [dependencies.anyhow] version = "1.0.57" [dependencies.clap] version = "3.1.18" features = [ "derive", "cargo", "unicode", "wrap_help", ] [dependencies.colored] version = "2.0.0" [dependencies.hyper] version = "0.14.18" features = [ "http1", "http2", "client", "runtime", ] [dependencies.hyper-tls] version = "0.5.0" [dependencies.log] version = "0.4.17" [dependencies.once_cell] version = "1.11.0" [dependencies.regex] version = "1.5.5" [dependencies.serde] version = "1.0.137" features = [ "derive", "rc", ] [dependencies.serde_json] version = "1.0.81" [dependencies.serde_repr] version = "0.1.16" [dependencies.tinytemplate] version = "1.2.1" [dependencies.tokio] version = "1.18.2" features = ["full"] [dependencies.toml] version = "0.5.9" [dependencies.walkdir] version = "2.3.2" [build-dependencies.clap] version = "3.1.18" features = [ "derive", "cargo", "unicode", "wrap_help", ] [build-dependencies.clap_complete] version = "3.1.4" [features] vendored = ["hyper-tls/vendored"]