# 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 = "libsvm-sys2" version = "4.0.0" authors = ["Yu-Wei Wu ", "jerry73204 "] description = "FFI bindings to libsvm" license = "BSD-3-Clause" repository = "https://github.com/wusyong/svm.rs" [package.metadata.docs.rs] no-default-features = true [build-dependencies.anyhow] version = "1.0.55" [build-dependencies.bindgen] version = "0.59.2" optional = true [build-dependencies.cfg-if] version = "1.0.0" [build-dependencies.once_cell] version = "1.9.0" [features] codegen = ["bindgen"] default = ["link"] link = []