# 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 = "qbfrt" version = "0.2.0" description = "Command line tool for working with qBittorrent's fastresume data" homepage = "https://github.com/strangeepoxy/qbfrt" readme = "README.md" keywords = [ "qbittorrent", "fastresume", "torrent", "sqlite", ] categories = ["command-line-utilities"] license = "MIT" repository = "https://github.com/strangeepoxy/qbfrt" [package.metadata.cargo-machete] ignored = [ "serde", "serde_bytes", ] [dependencies.argh] version = "0.1.12" [dependencies.chrono] version = "0.4.38" [dependencies.directories] version = "5.0.1" [dependencies.figlet-rs] version = "0.1.5" [dependencies.rusqlite] version = "0.31.0" features = ["bundled"] [dependencies.serde] version = "1.0.201" [dependencies.serde_bencode] version = "0.2.4" [dependencies.serde_bytes] version = "0.11.14" [dependencies.serde_derive] version = "1.0.201" [dependencies.serde_rusqlite] version = "0.35.0"