[package] name = "polywrap-jsonref" version = "0.1.0" edition = "2021" description = "Deref your JSONSchema here!" license = "MIT" authors = ["David Raznick ", "Nestor Amesty "] repository = "https://github.com/namesty/jsonref-rs" homepage = "https://github.com/namesty/jsonref-rs" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] serde = {version = "1", features = ["derive"] } serde_json = "1" ureq = { version = "2", features = ["json", "charset"] } url = "2" snafu = "0.6"