[build-dependencies.autocxx-build]
optional = true
version = "0.23.1"
[build-dependencies.carla-bin]
version = "0.1.0"
[dependencies.autocxx]
version = "0.23.1"
[dependencies.cxx]
version = "1.0.82"
[features]
bindgen = ["autocxx-build"]
docs-only = []
[package]
authors = ["jerry73204 <jerry73204@gmail.com>"]
description = "FFI bindings for Carla simulator"
documentation = "https://docs.rs/carla-sys/"
edition = "2021"
homepage = "https://github.com/jerry73204/carla"
license = "MIT"
links = "carla"
name = "carla-sys"
readme = "README.md"
repository = "https://github.com/jerry73204/carla"
resolver = "1"
version = "0.2.0"
[package.metadata.docs.rs]
features = ["docs-only"]
no-default-features = true