[package] name = "vnd_siren" version = "0.2.1" authors = ["Txuritan "] license = "MIT" description = "A SIREN DSL/serializer" homepage = "https://gitlab.com/Txuritan/vnd-siren" documentation = "https://docs.rs/vnd_siren" repository = "https://gitlab.com/Txuritan/vnd-siren" readme = "README.md" include = [ "Cargo.toml", "LICENSE", "src/**/*", "README.md" ] [badges] gitlab = { repository = "Txuritan/vnd-siren", branch = "master" } maintenance = { status = "actively-developed" } [dependencies] serde = "1.0" serde_derive = "1.0" serde_json = "1.0" http = { version = "0.1", optional = true } [features] default = ["http-compat"] http-compat = ["http"]