# 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 = "steamopenid" version = "0.3.0" authors = ["Lucy Faria (prplnorangesoda) "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A library for easily interacting with Steam's OpenID support." readme = "README.md" license = "MIT" repository = "https://github.com/prplnorangesoda/steamopenid" [lib] name = "steamopenid" path = "src/lib.rs" [[bin]] name = "steamopenid" path = "src/main.rs" [[example]] name = "simple" path = "examples/simple.rs" [dependencies.curl] version = "0.4.46" [dependencies.derive_more] version = "1.0.0" features = [ "display", "from", "error", ] [dependencies.urlencoding] version = "2.1.3" [dev-dependencies.tokio] version = "1.39.2" features = [ "rt", "macros", ]