# 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" rust-version = "1.81.0" name = "zdsr-api" version = "0.1.3" authors = ["SmileSky "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Zdsr API" readme = "README.md" keywords = [ "screen-reader", "accessibility", ] license = "Apache-2.0" repository = "https://gitcode.net/mzdk100/zdsr-api.git" [package.metadata.docs.rs] all-features = true rustc-args = [ "--cfg", "docsrs", ] rustdoc-args = [ "--cfg", "docsrs", "--generate-link-to-definition", ] [lib] name = "zdsr_api" path = "src/lib.rs" [[example]] name = "zdsr_api" path = "examples/zdsr_api.rs" [dependencies.libloading] version = "0.8.5"