# 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 = "servicepoint_binding_c" version = "0.12.0" links = "servicepoint" publish = true description = "C bindings for the servicepoint crate." homepage = "https://docs.rs/crate/servicepoint_binding_c" readme = "README.md" license = "GPL-3.0-or-later" repository = "https://github.com/cccb/servicepoint" [package.metadata.docs.rs] all-features = true [lib] crate-type = [ "staticlib", "cdylib", "rlib", ] [dependencies.servicepoint] version = "0.12.0" features = ["all_compressions"] [build-dependencies.cbindgen] version = "0.27.0" [lints.rust] missing-docs = "warn"