liblbfgs-sys 0.1.3

Low level Rust binding to libLBFGS
Documentation
# 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 = "2018"
name = "liblbfgs-sys"
version = "0.1.3"
authors = ["Messense Lv <messense@icloud.com>"]
build = "build.rs"
links = "lbfgs"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Low level Rust binding to libLBFGS"
readme = "README.md"
keywords = [
    "lbfgs",
    "crfsuite",
]
license = "MIT"
repository = "https://github.com/messense/liblbfgs-sys"

[lib]
name = "liblbfgs_sys"
path = "src/lib.rs"

[dependencies]

[build-dependencies.cmake]
version = "0.1.45"