[package] name = "osrs" version = "0.0.0" authors = ["bitwise <31191954+buttwize@users.noreply.github.com>"] license = "Apache-2.0 OR MIT" description = "Helper for interfacing with OldSchool RuneScape APIs" repository = "https://github.com/buttwize/osrs" edition = "2018" [features] default = ["http", "serde"] [dependencies] http = { version = "0.1", optional = true } serde = { version = "1", features = ["derive"], optional = true }