prust 0.1.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.libc]
version = "0.2.139"

[dependencies.widestring]
version = "1.0.2"

[package]
authors = ["Simon Haegler <shaegler@esri.com>"]
build = "build.rs"
description = "Rust bindings for the Procedural Runtime of ArcGIS CityEngine."
edition = "2021"
homepage = "https://github.com/mistafunk/prust"
license-file = "LICENSE"
name = "prust"
readme = "README.md"
repository = "https://github.com/mistafunk/prust"
version = "0.1.0"
[profile.release-with-debug]
debug = true
inherits = "release"