graphrust-ffi 0.1.0

C/C++ FFI bindings for graphrust algorithms
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 = "2021"
name = "graphrust-ffi"
version = "0.1.0"
authors = ["Your Name <you@example.com>"]
build = "build.rs"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "C/C++ FFI bindings for graphrust algorithms"
readme = false
keywords = [
    "graph",
    "algorithms",
    "rust",
    "ffi",
    "performance",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/yourusername/graphrust"

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

[[example]]
name = "rust_example"
path = "examples/rust_example.rs"

[dependencies.cxx]
version = "1.0"

[dependencies.graphrust-algos]
version = "0.1.0"

[dependencies.graphrust-core]
version = "0.1.0"

[dependencies.rayon]
version = "1.8"

[build-dependencies.cbindgen]
version = "0.26"

[build-dependencies.cxx]
version = "1.0"