maliput-sdk 0.17.1

Vendor for maliput libraries.
# 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-sdk"
version = "0.17.1"
authors = ["Franco Cipollone <franco.c@ekumenlabs.com>"]
build = "build.rs"
links = "maliput-sdk"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Vendor for maliput libraries."
documentation = "https://maliput.github.io/maliput-rs/maliput_sdk"
readme = "README.md"
keywords = ["maliput"]
categories = [
    "external-ffi-bindings",
    "simulation",
]
license = "BSD-3-Clause"
repository = "https://github.com/maliput/maliput-rs"

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

[[bin]]
name = "maliput-sdk"
path = "src/main.rs"

[dependencies]

[build-dependencies]