# 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 = "prust" version = "0.2.2" authors = ["Simon Haegler "] build = "build.rs" links = "com.esri.prt.core" description = "Rust bindings for the Procedural Runtime of ArcGIS CityEngine." homepage = "https://github.com/mistafunk/prust" readme = "README.md" keywords = [ "CityEngine", "PRT", "CGA", "ArcGIS", "Esri", ] categories = ["api-bindings"] license = "Apache-2.0" repository = "https://github.com/mistafunk/prust" [profile.release-with-debug] debug = true inherits = "release" [dependencies.ctor] version = "0.1.26" [dependencies.derive_builder] version = "0.12.0" [dependencies.lazy_static] version = "1.4.0" [dependencies.libc] version = "0.2.139" [dependencies.widestring] version = "1.0.2" [build-dependencies.cmake] version = "0.1.49" [build-dependencies.reqwest] version = "0.11.13" features = [ "blocking", "json", ] [build-dependencies.tempfile] version = "3.3.0" [build-dependencies.url] version = "2.3.1" [build-dependencies.zip-extract] version = "0.1.1"