# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "jsonnet-go" version = "0.1.0" authors = ["swlynch99"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Idiomatic rust bindings for go-jsonnet" readme = "README.md" keywords = ["jsonnet"] categories = ["api-bindings"] license = "MIT OR Apache-2.0" repository = "https://github.com/swlynch99/jsonnet-go-rs" [lib] name = "jsonnet_go" path = "src/lib.rs" [[test]] name = "it" path = "tests/it/main.rs" [dependencies.jsonnet-go-sys] version = "0.1.0" [dependencies.serde] version = "1.0" optional = true [dependencies.serde_json] version = "1.0" optional = true [dev-dependencies.anyhow] version = "1.0" [dev-dependencies.serde] version = "1.0" features = ["derive"] [features] json = [ "dep:serde", "dep:serde_json", ] serde = ["dep:serde"]