# 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" version = "0.4.0" authors = ["jerry73204 "] description = "High level Rust bindings for libsvm" documentation = "https://docs.rs/libsvm/" readme = "README.md" categories = ["api-bindings", "science"] license-file = "LICENSE" repository = "https://github.com/jerry73204/libsvm-rust" [package.metadata.docs.rs] no-default-features = true [dependencies.ctor] version = "0.1" [dependencies.libsvm-sys] version = "4.0.0" package = "libsvm-sys2" [dependencies.num] version = "0.2" [dependencies.num-derive] version = "0.3" [dependencies.num-traits] version = "0.2" [dependencies.thiserror] version = "1.0" [features] codegen = ["libsvm-sys/codegen"] default = ["link"] link = ["libsvm-sys/link"]