# 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] name = "oauth-credentials-ios" version = "0.0.1" authors = ["Daiki Mizukami "] description = """ Types for representing the credential pairs of OAuth 1.0. """ documentation = "https://docs.rs/oauth-credentials-ios/0.0.1/oauth_credentials_ios/" readme = "README.md" keywords = [ "oauth", "oauth1", ] categories = ["authentication"] license = "MIT OR Apache-2.0" repository = "https://github.com/samgj18/oauth1-ios-rs" [package.metadata.docs.rs] rustdoc-args = [ "--edition", "2018", ] [dependencies.serde] version = "1" optional = true default-features = false [dev-dependencies.serde_derive] version = "1" [dev-dependencies.serde_json] version = "1" [dev-dependencies.serde_urlencoded] version = "0.7" [features] alloc = [] default = ["std"] std = ["alloc"]