[package] name = "j-api" version = "0.1.0" authors = ["Zach LeBlanc "] edition = "2018" description = "Json api implementation" license = "MIT OR Apache-2.0" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] j-api-derive = { version = "0.1.0", path = "../derive", optional = true } serde = { version = "1.0", features = ["derive"] } serde_json = "1.0" [features] derive = ["j-api-derive"]