# 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 = "librsb-sys" version = "0.1.1" authors = ["Jerry Lin "] build = "build.rs" description = "FFI interface for librsb" homepage = "https://github.com/jerry73204/rsb-rust" documentation = "https://docs.rs/librsb-sys/" readme = "README.md" categories = ["algorithms", "mathematics"] license = "LGPL-3.0" repository = "https://github.com/jerry73204/rsb-rust.git" [package.metadata.docs.rs] features = ["doc-only"] [build-dependencies.anyhow] version = "1.0.53" [build-dependencies.bindgen] version = "0.59.2" optional = true [build-dependencies.cc] version = "1.0.73" [build-dependencies.once_cell] version = "1.9.0" [features] codegen = ["bindgen"] doc-only = []