# 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 = "griddbnet-sys" version = "5.0.0" include = [ "LICENSE", "README.md", "Cargo.toml", "build.rs", "src/*.rs", "src/**/*.rs", "include/gridstore.h", ] description = "binding for griddb rust client" license = "Apache-2.0" [lib] name = "griddbnet_sys" path = "src/lib.rs" [dependencies.clang-sys] version = "1" features = ["clang_6_0"] [build-dependencies.bindgen] version = "0.59.1" [features] runtime = ["clang-sys/runtime"] static = ["clang-sys/static"]