# 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 = "phabricator-oauth" version = "0.1.8" authors = ["Ilya Volchenkov "] description = "Library for OAuth2 authentication on Phabricator" readme = "README.md" keywords = [ "oauth", "oauth2", "phabricator", "authentication", ] license = "MIT" repository = "https://github.com/zryambus/phabricator-oauth" [lib] name = "phabricator_oauth" path = "src/lib.rs" [dependencies.oauth2] version = "4" [dependencies.serde] version = "1.0" [dependencies.serde_json] version = "1.0" [dependencies.thiserror] version = "1"