[package] name = "pbsl-rs" version = "0.1.1" edition = "2021" authors = ["Aut-Design "] keywords = ["pb", "powerbuilder", "pbsl"] description = "PowerBuilder System Library for Rust" # documentation = "https://docs.rs/pbsl-rs" repository = "https://github.com/Aut-Design/pbsl-rs" license = "BSD-2-Clause" readme = "README.md" include = ["/build.rs", "/Cargo.toml", "/LICENSE", "/README.md", "/src/**", "/examples/**"] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [lib] name = "pbsl" crate-type = ["rlib", "cdylib"] [workspace] members = [ ".", "pbrs", ] [dependencies] chrono = "0.4" libloading = "0.8" num_enum = "0.7" rust_decimal = "1.34" rust_decimal_macros = "1.34" widestring = "1.1"