# 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-sys" version = "0.1.1+go-jsonnet-v0.20.0" authors = ["swlynch99"] build = "build.rs" links = "jsonnet" exclude = [ "go-jsonnet/testdata", "go-jsonnet/cpp-jsonnet/doc", "go-jsonnet/cpp-jsonnet/test_suite", "go-jsonnet/cpp-jsonnet/case_studies", "go-jsonnet/cpp-jsonnet/perf_tests", ] autobins = false autoexamples = false autotests = false autobenches = false description = "Rust bindings for the go-jsonnet C API" documentation = "https://docs.rs/jsonnet-go-sys" readme = "README.md" license = "Apache-2.0" repository = "https://github.com/swlynch99/jsonnet-go-sys" [lib] name = "jsonnet_go_sys" path = "src/lib.rs" [[test]] name = "basic" path = "tests/basic.rs" [dev-dependencies.serde] version = "1.0" features = ["derive"] [dev-dependencies.serde_json] version = "1.0" [build-dependencies.cc] version = "1.0.83" [build-dependencies.semver] version = "1.0.23" [build-dependencies.target-lexicon] version = "0.12.12"