[package] name = "psychonaut_wiki_api" authors = ["Ira Gati, "] keywords = ["psychonaut", "wiki", "psychedelics", "api", "psychonautwiki"] description = "Rust implementation of the PsychonautWiki API. Used in the terminal_psychonautica project." version = "0.1.0" license = "MIT" edition = "2021" publish = true # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] serde = { version = "1.0.136", features = ["derive", "serde_derive"]} serde_json = { version = "1.0.79"} gql_client = "1.0.4" reqwest = { version = "0.11", features = ["json", "gzip", "deflate", "brotli", "rustls-tls"]} tokio = { version = "1.17.0", features = ["full"]} tracing = { version = "0.1.29"}