# 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" rust-version = "1.80.0" name = "hitomi" version = "0.8.1" authors = ["Nathaniel Ledford "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A CLI application that builds and updates playlists on a Plex server using json-based profiles." homepage = "https://github.com/nledford/hitomi" documentation = "https://docs.rs/hitomi" readme = "README.md" keywords = [ "plex", "plexamp", "playlists", ] categories = ["command-line-interface"] license = "GPL-3.0" repository = "https://github.com/nledford/hitomi" [profile.dev] debug = 0 [profile.release] lto = true codegen-units = 1 panic = "abort" [lib] name = "hitomi" path = "src/lib.rs" [[bin]] name = "hitomi" path = "src/main.rs" [dependencies.anyhow] version = "1.0.86" [dependencies.clap] version = "4.5.13" features = [ "env", "derive", ] [dependencies.derive_builder] version = "0.20.0" [dependencies.dialoguer] version = "0.11.0" [dependencies.humantime] version = "2.1.0" [dependencies.itertools] version = "0.13.0" [dependencies.jiff] version = "0.1.3" [dependencies.log] version = "0.4.22" [dependencies.nutype] version = "0.4.3" features = [ "regex", "serde", ] [dependencies.rand] version = "0.9.0-alpha.2" [dependencies.regex] version = "1.10.5" [dependencies.reqwest] version = "0.12.5" features = [ "hickory-dns", "json", "native-tls", ] [dependencies.serde] version = "1.0.204" features = ["derive"] [dependencies.serde_json] version = "1.0.121" [dependencies.simplelog] version = "0.12.2" features = [ "paris", "termcolor", ] [dependencies.sqlx] version = "0.8.0" features = [ "runtime-tokio", "macros", "sqlite", ] [dependencies.strum] version = "0.26" features = ["derive"] [dependencies.tokio] version = "1.39.2" features = ["full"] [dev-dependencies.pretty_assertions] version = "1.4.0"