# 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 = "renga-api-rs" version = "0.1.4" authors = ["whs31 "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Renga COM API bindings for Rust" homepage = "https://github.com/whs31/renga-api-rs" readme = "README.md" keywords = [ "renga", "com", "api", "bindings", ] categories = [ "api-bindings", "external-ffi-bindings", ] license = "MIT" repository = "https://github.com/whs31/renga-api-rs" [package.metadata.docs.rs] all-features = true default-target = "x86_64-pc-windows-msvc" targets = [] [lib] name = "renga_api_rs" path = "src/lib.rs" doctest = false [dependencies.guid] version = "0.1.0" [dependencies.log] version = "0.4.22" [dependencies.semver] version = "1.0.23" [dependencies.serde] version = "1.0.210" features = ["derive"] optional = true [dependencies.thiserror] version = "1.0.63" [dependencies.windows] version = "0.58.0" features = [ "Win32_Foundation", "Win32_System_Com", "Win32_System_Ole", "Win32_System_Variant", ] [dev-dependencies.anyhow] version = "1.0.88" [dev-dependencies.env_logger] version = "0.11.5" [dev-dependencies.test-context] version = "0.3.0" [features] default = [] serde = ["dep:serde"]