[build-dependencies.cxx-build]
version = "1.0.187"
[dependencies.cxx]
version = "1.0.187"
[dependencies.maliput-sdk]
version = "0.13"
[[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>", "Santiago Lopez <santiago.lopez@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.15.0"
[[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 = "plugin_tests"
path = "tests/plugin_tests.rs"
[[test]]
name = "utility_tests"
path = "tests/utility_tests.rs"