maliput 0.17.0

Rust API for maliput
[[bench]]
harness = false
name = "backend_custom_command"
path = "benches/backend_custom_command/main.rs"

[[bench]]
harness = false
name = "to_road_position"
path = "benches/to_road_position/main.rs"

[[bin]]
name = "maliput_query"
path = "bin/maliput_query.rs"

[dependencies.clap]
features = ["derive"]
version = "~4.3"

[dependencies.cxx]
version = "1.0.187"

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

[dependencies.maliput-sys]
version = "0.17"

[dependencies.strum]
version = "0.27"

[dependencies.strum_macros]
version = "0.27"

[dependencies.thiserror]
version = "1.0"

[dev-dependencies.criterion]
features = ["html_reports"]
version = "0.4"

[[example]]
name = "01_road_geometry"
path = "examples/01_road_geometry.rs"

[[example]]
name = "02_backend_custom_command"
path = "examples/02_backend_custom_command.rs"

[[example]]
name = "03_maliput_malidrive_resources"
path = "examples/03_maliput_malidrive_resources.rs"

[[example]]
name = "04_math"
path = "examples/04_math.rs"

[[example]]
name = "05_multi_road_geometry"
path = "examples/05_multi_road_geometry.rs"

[[example]]
name = "06_road_rulebook"
path = "examples/06_road_rulebook.rs"

[[example]]
name = "07_error_handling"
path = "examples/07_error_handling.rs"

[[example]]
name = "08_direction_usage_rule"
path = "examples/08_direction_usage_rule.rs"

[[example]]
name = "09_phase_ring"
path = "examples/09_phase_ring.rs"

[[example]]
name = "10_lane_boundary"
path = "examples/10_lane_boundary.rs"

[[example]]
name = "11_lane_boundary_complex_marking"
path = "examples/11_lane_boundary_complex_marking.rs"

[lib]
name = "maliput"
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 = ["simulation"]
description = "Rust API for maliput"
documentation = "https://maliput.github.io/maliput-rs/maliput"
edition = "2021"
keywords = ["maliput"]
license = "BSD-3-Clause"
links = "maliput"
name = "maliput"
readme = "README.md"
repository = "https://github.com/maliput/maliput-rs"
version = "0.17.0"

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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