[package] name = "nwn-rs-runtime" version = "8193.34.0-alpha.1" edition = "2021" build = "build.rs" license-file = "LICENSE.txt" description = "nwn.rs runtime" email = "urothis@gmail.com" [badges] maintenance = { status = "experimental" } [dependencies] libc = "0.2.117" ctor = "0.1.21" log = "0.4.0" env_logger = "0.9.0" shadow-rs = "0.12.0" nwn-rs-config = "8193.34.0-alpha.1" nwn-rs-types = "8193.34.0-alpha.1" [build-dependencies] shadow-rs = "0.12.0" [lib] crate_type = ["cdylib"] name = "runtime"