prust 0.2.0

Rust bindings for the Procedural Runtime of ArcGIS CityEngine.
[build-dependencies.cmake]
version = "0.1.49"

[build-dependencies.reqwest]
features = ["blocking", "json"]
version = "0.11.13"

[build-dependencies.tempfile]
version = "3.3.0"

[build-dependencies.url]
version = "2.3.1"

[build-dependencies.zip-extract]
version = "0.1.1"
[dependencies.ctor]
version = "0.1.26"

[dependencies.lazy_static]
version = "1.4.0"

[dependencies.libc]
version = "0.2.139"

[dependencies.widestring]
version = "1.0.2"

[package]
authors = ["Simon Haegler <shaegler@esri.com>"]
build = "build.rs"
categories = ["api-bindings"]
description = "Rust bindings for the Procedural Runtime of ArcGIS CityEngine."
edition = "2021"
homepage = "https://github.com/mistafunk/prust"
keywords = ["CityEngine", "PRT", "CGA", "ArcGIS", "Esri"]
license = "Apache-2.0"
links = "com.esri.prt.core"
name = "prust"
readme = "README.md"
repository = "https://github.com/mistafunk/prust"
version = "0.2.0"
[profile.release-with-debug]
debug = true
inherits = "release"