# 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 = "airup-sdk" version = "0.10.6" authors = ["sisungo "] build = "build.rs" autobins = false autoexamples = false autotests = false autobenches = false description = "SDK library of Airup" documentation = "https://docs.rs/airup-sdk" readme = false license = "MIT" repository = "https://github.com/sisungo/airup" [lib] name = "airup_sdk" crate-type = [ "rlib", "cdylib", ] path = "src/lib.rs" [dependencies.cfg-if] version = "1" [dependencies.ciborium] version = "0.2" [dependencies.libc] version = "0.2" [dependencies.serde] version = "1" features = ["derive"] [dependencies.thiserror] version = "1" [dependencies.tokio] version = "1" features = [ "net", "fs", "io-util", ] optional = true [dependencies.toml] version = "0.8" [build-dependencies.ciborium] version = "0.2" [build-dependencies.serde_json] version = "1" [features] _internal = [ "tokio-1", "blocking", "ffi", ] blocking = [] ffi = ["blocking"] nonblocking = [] tokio-1 = [ "dep:tokio", "nonblocking", ]