[build-dependencies.cmake]
version = "0.1"
[build-dependencies.cxx-build]
version = "1,<=1.0.129"
[build-dependencies.pkg-config]
optional = true
version = "0.3"
[dependencies.ceres-solver-src]
optional = true
version = "0.4.0"
[dependencies.cxx]
features = ["c++17"]
version = "1,<=1.0.129"
[dev-dependencies.approx]
version = "0.5"
[features]
default = ["system"]
source = ["ceres-solver-src"]
system = ["pkg-config"]
[lib]
name = "ceres_solver_sys"
path = "src/lib.rs"
[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = "build.rs"
description = "Unsafe Rust bindings for the Ceres Solver"
edition = "2021"
license = "MIT OR Apache-2.0"
name = "ceres-solver-sys"
readme = "README.md"
repository = "https://github.com/light-curve/ceres-solver-rs"
rust-version = "1.67.0"
version = "0.4.2"
[package.metadata.docs.rs]
features = ["source"]