maliput-sys 0.3.2

FFI Rust bindings for maliput
[build-dependencies.cxx-build]
version = "1.0.78"

[dependencies.cxx]
version = "1.0.78"

[dependencies.maliput-sdk]
version = "0.3"

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

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

[package]
authors = ["Franco Cipollone <franco.c@ekumenlabs.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = "build.rs"
categories = ["external-ffi-bindings", "simulation"]
description = "FFI Rust bindings for maliput"
documentation = "https://maliput.github.io/maliput-rs/maliput_sys"
edition = "2021"
keywords = ["maliput"]
license = "BSD-3-Clause"
name = "maliput-sys"
readme = "README.md"
repository = "https://github.com/maliput/maliput-rs"
version = "0.3.2"

[[test]]
name = "api_tests"
path = "tests/api_tests.rs"

[[test]]
name = "common_tests"
path = "tests/common_tests.rs"

[[test]]
name = "math_test"
path = "tests/math_test.rs"

[[test]]
name = "utility_tests"
path = "tests/utility_tests.rs"