[package] name = "railgun" version = "0.1.2" authors = ["mental "] edition = "2018" license = "MIT" description = "A Discord API library written in Rust supporting native async/await." repository = "https://github.com/mental32/railgun" readme = "README.md" keywords = ["discord", "async", "api", "native", "library"] [badges] is-it-maintained-issue-resolution = { repository = "https://github.com/mental32/railgun" } is-it-maintained-open-issues = { repository = "https://github.com/mental32/railgun" } maintenance = { status = "actively-developed" } [dependencies] serde = { version = "1.0.104", features = ["derive"] } serde_json = "1.0.44" serde_repr = "0.1.5" reqwest = { git = "https://github.com/seanmonstar/reqwest", branch = "master", features = ["json"], version = "0.10.0-alpha.2" } async-trait = "0.1.22"