# 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.65" name = "getpocket" version = "0.2.5-rc3" authors = ["Mykhailo Krainik "] exclude = [".gitignore"] description = "Rust crate for GetPocket API (https://getpocket.com/)" readme = "README.md" keywords = [ "getpocket", "afterread", "pocket", "api", "rust", ] categories = ["api"] license-file = "LICENSE.txt" repository = "https://github.com/misha-krainik/GetPocket.rs" [[example]] name = "list" path = "examples/list.rs" [[example]] name = "add" path = "examples/add.rs" [[example]] name = "modify" path = "examples/modify.rs" [dependencies.anyhow] version = "1" [dependencies.async-trait] version = "0.1" [dependencies.reqwest] version = "0.11" features = ["json"] [dependencies.serde] version = "1" features = ["derive"] [dependencies.serde_json] version = "1" [dependencies.serde_qs] version = "0.12.0" [dependencies.thiserror] version = "1" [dependencies.tokio] version = "1" features = ["full"] [dev-dependencies.lazy_static] version = "1.4.0" [dev-dependencies.webbrowser] version = "0.8.3" [features] default = [] extended = []