ogdf-sys 0.3.2

Unsafe Rust bindings to the OGDF graph drawing library built with autocxx.
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 = "ogdf-sys"
version = "0.3.2"
build = "build.rs"
links = "ogdf"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Unsafe Rust bindings to the OGDF graph drawing library built with autocxx."
readme = "README.md"
license = "GPL-2.0-only OR GPL-3.0-only"
repository = "https://github.com/khoek/nexus"

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

[dependencies.autocxx]
version = "0.30"

[dependencies.cxx]
version = "1"

[build-dependencies.autocxx-build]
version = "0.30"

[build-dependencies.cc]
version = "1"

[build-dependencies.syntheon]
version = "0.3.0"