# 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] name = "judy-sys" version = "0.0.4" authors = ["Raphael Cohn "] build = "src/build.rs" links = "Judy" exclude = ["*"] include = ["README.md", "LICENSE", "COPYRIGHT", "Cargo.toml", "rustfmt.toml", "clippy.toml", "lib/**/*", "src/**/*.rs", "src/**/*.h", "tools/bindgen-wrapper/bindgen-wrapper", "tools/bindgen-wrapper/COPYRIGHT", "tools/bindgen-wrapper/LICENSE", "tools/bindgen-wrapper/README.md", "tools/bindgen-wrapper/rustfmt.toml", "tools/build-under-cargo", "tools/compile-judy", "compile-*.conf.d/config/**/*", "bindgen-wrapper.conf.d/header-overrides/**/*", "bindgen-wrapper.conf.d/configuration.sh", "bindgen-wrapper.conf.d/constant.mapping", "bindgen-wrapper.conf.d/constant.types", "bindgen-wrapper.conf.d/function.mapping", "bindgen-wrapper.conf.d/preamble.rs", "bindgen-wrapper.conf.d/static.mapping", "bindgen-wrapper.conf.d/whitelist-function.regex", "bindgen-wrapper.conf.d/whitelist-type.regex", "bindgen-wrapper.conf.d/whitelist-var.regex"] publish = true description = "Low-level Judy array FFI binding" homepage = "https://github.com/lemonrock/judy-sys" documentation = "https://github.com/lemonrock/judy/blob/master/README.md" readme = "README.md" keywords = ["data-structures", "collections", "judy", "array", "sparse"] categories = ["data-structures", "external-ffi-bindings"] license = "MIT" repository = "https://github.com/lemonrock/judy.git" [dependencies.libc] version = "0.2"