# 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 = "carla-bin" version = "0.3.2" authors = ["jerry73204 "] description = "Prepare and build Carla simulator source code." homepage = "https://github.com/jerry73204/carla-rust" documentation = "https://docs.rs/carla-bin/" readme = "README.md" license = "MIT" repository = "https://github.com/jerry73204/carla-rust" resolver = "1" [dependencies.anyhow] version = "1.0.75" [dependencies.carla-src] version = "0.4.1" [dependencies.json5] version = "0.4.1" [dependencies.once_cell] version = "1.18.0" [dependencies.serde] version = "1.0.188" features = ["derive"] [dependencies.tar] version = "0.4.40" [dependencies.ureq] version = "2.7.1" [dependencies.xz] version = "0.1.0" [build-dependencies.carla-src] version = "0.4.1" [build-dependencies.cfg-if] version = "1.0.0" [build-dependencies.json5] version = "0.4.1" [build-dependencies.serde] version = "1.0.188" features = ["derive"] [features] generate-prebuild = []