maliput-sys 0.22.0

FFI Rust bindings for maliput
# 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 = "maliput-sys"
version = "0.22.0"
authors = [
    "Franco Cipollone <franco.c@ekumenlabs.com>",
    "Santiago Lopez <santiago.lopez@ekumenlabs.com>",
]
build = "build.rs"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "FFI Rust bindings for maliput"
documentation = "https://maliput.github.io/maliput-rs/maliput_sys"
readme = "README.md"
keywords = ["maliput"]
categories = [
    "external-ffi-bindings",
    "simulation",
]
license = "BSD-3-Clause"
repository = "https://github.com/maliput/maliput-rs"

[features]
all = [
    "maliput_malidrive",
    "maliput_geopackage",
]
default = ["maliput_malidrive"]
maliput_geopackage = ["maliput-sdk/maliput_geopackage"]
maliput_malidrive = ["maliput-sdk/maliput_malidrive"]

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

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

[[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"

[dependencies.cxx]
version = "1.0.187"

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

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