# 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 = "yt-sub-core" version = "0.2.2" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "yt-sub core library" readme = "README.md" categories = ["command-line-utilities"] license = "MIT" [profile.release] lto = true [lib] name = "yt_sub_core" path = "src/lib.rs" [dependencies.chrono] version = "0.4.38" features = ["serde"] [dependencies.env_logger] version = "0.11.5" [dependencies.eyre] version = "0.6.12" [dependencies.log] version = "0.4.22" [dependencies.reqwest] version = "0.12" features = ["json"] [dependencies.serde] version = "1.0.210" features = ["derive"] [dependencies.serde_json] version = "1.0.128" [dependencies.toml] version = "0.8.19" [dependencies.xmltojson] version = "0.1.3" [dev-dependencies.mockito] version = "1.5.0" [dev-dependencies.tokio] version = "1.40" features = ["full"]