[package] name = "vndb_rs" version = "0.1.1" authors = ["forlos "] edition = "2018" license-file = "LICENSE.md" description = "Bare-bones VNDB api" homepage = "https://github.com/Forlos/vndb_rs" repository = "https://github.com/Forlos/vndb_rs" readme = "README.md" keywords = ["vndb", "api"] categories = ["api-bindings"] [dependencies] serde = { version = "1.0.106", default_features = false, features = ["derive"] } serde_json = "1.0.52" strum = "0.18.0" strum_macros = "0.18.0" serde_repr = "0.1.5"