# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "gojsonnet-sys" version = "1.0.0-alpha.3+0.17.0-35acb29" authors = ["Kohei Suzuki "] include = ["Cargo.toml", "build.rs", "src/lib.rs", "vendor/go-jsonnet/LICENSE", "vendor/go-jsonnet/go.mod", "vendor/go-jsonnet/go.sum", "vendor/go-jsonnet/**/*.go", "vendor/go-jsonnet/c-bindings/*", "vendor/go-jsonnet/cpp-jsonnet/include/libjsonnet.h", "vendor/go-jsonnet/cpp-jsonnet/include/libjsonnet_fmt.h"] description = "Binding for google/go-jsonnet" license = "MIT" repository = "https://github.com/eagletmt/gojsonnet-sys" [dependencies] [dev-dependencies.serde] version = "1.0" features = ["derive"] [dev-dependencies.serde_json] version = "1.0" [build-dependencies.bindgen] version = "0.55" [build-dependencies.cc] version = "1.0"