# 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 = "pbsl-rs" version = "0.1.1" authors = ["Aut-Design "] include = [ "/build.rs", "/Cargo.toml", "/LICENSE", "/README.md", "/src/**", "/examples/**", ] description = "PowerBuilder System Library for Rust" readme = "README.md" keywords = [ "pb", "powerbuilder", "pbsl", ] license = "BSD-2-Clause" repository = "https://github.com/Aut-Design/pbsl-rs" [lib] name = "pbsl" crate-type = [ "rlib", "cdylib", ] [dependencies.chrono] version = "0.4" [dependencies.libloading] version = "0.8" [dependencies.num_enum] version = "0.7" [dependencies.rust_decimal] version = "1.34" [dependencies.rust_decimal_macros] version = "1.34" [dependencies.widestring] version = "1.1"