# 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 = "psychonaut_wiki_api" version = "0.1.0" authors = ["Ira Gati, "] publish = true description = "Rust implementation of the PsychonautWiki API. Used in the terminal_psychonautica project." keywords = ["psychonaut", "wiki", "psychedelics", "api", "psychonautwiki"] license = "MIT" resolver = "2" [dependencies.gql_client] version = "1.0.4" [dependencies.reqwest] version = "0.11" features = ["json", "gzip", "deflate", "brotli", "rustls-tls"] [dependencies.serde] version = "1.0.136" features = ["derive", "serde_derive"] [dependencies.serde_json] version = "1.0.79" [dependencies.tokio] version = "1.17.0" features = ["full"] [dependencies.tracing] version = "0.1.29"