# 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 = "ncopds" version = "0.1.0" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A TUI program for navigating OPDS catalogs." readme = "README.md" keywords = [ "ebooks", "opds", "binary", "TUI", ] categories = ["command-line-utilities"] license-file = "LICENSE" repository = "https://github.com/rostyhn/ncopds" [[bin]] name = "ncopds" path = "src/main.rs" [dependencies.async-trait] version = "0.1.80" [dependencies.atom_syndication] version = "0.12.4" [dependencies.bytes] version = "1.2.1" [dependencies.chrono] version = "0.4.38" [dependencies.cursive] version = "0.21.1" features = ["toml"] [dependencies.image] version = "0.25.2" [dependencies.infer] version = "0.16.0" [dependencies.keyring] version = "3.2.1" features = ["linux-native"] [dependencies.notify] version = "6.1.1" [dependencies.opener] version = "0.7.1" [dependencies.rand] version = "0.8.5" [dependencies.reqwest] version = "0.12.7" [dependencies.roxmltree] version = "0.20.0" [dependencies.serde] version = "1.0.147" [dependencies.serde_derive] version = "1.0.147" [dependencies.structopt] version = "0.3.26" default-features = false [dependencies.termsize] version = "0.1.8" [dependencies.tokio] version = "1.38.0" features = ["full"] [dependencies.toml] version = "0.5.9" [dependencies.url] version = "2.5.2" features = ["serde"]