# 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 = "openiap-clib" version = "0.0.16" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "openiap client c library for SDK wrappers" readme = "README.md" license = "MPL-2.0" [lib] name = "openiap_clib" crate-type = [ "cdylib", "staticlib", ] path = "src/lib.rs" [dependencies.lazy_static] version = "1.5.0" [dependencies.libc] version = "0.2.161" [dependencies.openiap-client] version = "0.0" [dependencies.tokio] version = "1.41.0" features = ["rt-multi-thread"] [dependencies.tracing] version = "0.1.40" features = [ "log", "attributes", ] [dependencies.tracing-subscriber] version = "0.3.18" features = [ "std", "env-filter", "json", ]