1[package]2name = "jrsonnet-pkg"3description = "jsonnet-bundler jsonnetfile parser and installer"4authors.workspace = true5edition.workspace = true6license.workspace = true7repository.workspace = true8version.workspace = true910[lints]11workspace = true1213[dependencies]14serde = { workspace = true, features = ["derive"] }15serde_json.workspace = true16thiserror.workspace = true17tracing.workspace = true181920peg.workspace = true212223gix = { workspace = true, features = ["blocking-http-transport-reqwest"] }24reqwest = { workspace = true, features = ["rustls-no-provider"] }25zip.workspace = true26url.workspace = true27camino.workspace = true282930directories.workspace = true