cddlib-rs 0.3.4

Idiomatic Rust bindings around cddlib.
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 = "2024"
name = "cddlib-rs"
version = "0.3.4"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Idiomatic Rust bindings around cddlib."
readme = "README.md"
keywords = [
    "cddlib",
    "ffi",
    "bindings",
    "polyhedra",
    "geometry",
]
license = "AGPL-3.0-only"
repository = "https://github.com/khoek/howzat"

[features]
default = [
    "f64",
    "gmp",
    "gmprational",
]
f64 = ["cddlib-sys/f64"]
gmp = ["cddlib-sys/gmp"]
gmprational = ["cddlib-sys/gmprational"]
pic = ["cddlib-sys/pic"]
tools = ["cddlib-sys/tools"]
use-system-gmp = ["cddlib-sys/use-system-gmp"]

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

[dependencies.cddlib-sys]
version = "0.3"
default-features = false

[dependencies.hullabaloo]
version = "0.3"
package = "hullabaloo-core"

[dependencies.libc]
version = "0.2"

[dependencies.thiserror]
version = "2"