# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] name = "pshbullet_client" version = "0.2.1" authors = ["yasuhara "] exclude = ["*.iml", "*.yml", "*.json"] description = "Unofficial Pushbullet API client.\n" documentation = "https://docs.rs/pshbullet_client/" readme = "README.md" keywords = ["push", "client"] categories = ["api-bindings", "web-programming::http-client"] license = "MIT/Apache-2.0" repository = "https://bitbucket.org/yshryk/pshbullet-client" [dependencies.chrono] version = "0.4" [dependencies.hyper] version = "0.11" [dependencies.lazy_static] version = "1.0" [dependencies.log] version = "0.4" [dependencies.reqwest] version = "0.8" [dependencies.serde] version = "1.0" [dependencies.serde_derive] version = "1.0" [dependencies.serde_json] version = "1.0" [dev-dependencies.dotenv] version = "0.12" [dev-dependencies.simple_logger] version = "0.5" [badges.appveyor] branch = "default" repository = "yasuhara/pshbullet-client" service = "bitbucket"