# 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 = "f1fs" version = "0.1.2" description = "A multi step tool to handle ideal filesystem structures for Formula 1 on Plex." readme = "README.md" keywords = [ "media", "files", "filesystem", "plex", "formula1", ] categories = [ "command-line-utilities", "filesystem", "multimedia::video", ] license = "MIT" repository = "https://github.com/imajes/f1fs" [dependencies.anyhow] version = "1.0.71" [dependencies.clap] version = "4.2.5" features = [ "derive", "env", ] [dependencies.clap-verbosity-flag] version = "2.0.1" [dependencies.getopts] version = "0.2.21" [dependencies.number_range] version = "0.2.0" [dependencies.reqwest] version = "0.11.16" features = ["json"] [dependencies.serde] version = "1.0.160" features = ["derive"] [dependencies.serde_json] version = "1.0.96" [dependencies.thiserror] version = "1.0.40" [dependencies.tokio] version = "1.28.0" features = ["full"] [dependencies.tracing] version = "0.1.37" [dependencies.tracing-log] version = "0.1.3" [dependencies.tracing-subscriber] version = "0.3.17"