# 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 = "ipcon-sys" version = "0.2.3" authors = ["Seimizu Joukan "] description = "Rust binding for IPCON." license = "MIT OR Apache-2.0" repository = "https://github.com/saimizi/ipcon-sys.git" [lib] name = "ipcon_sys" path = "src/lib.rs" [dependencies.error-stack] version = "0.4" [dependencies.futures] version = "0.3.17" features = ["thread-pool"] optional = true [dependencies.jlogger-tracing] version = "0.1.4" [dependencies.libc] version = "0.2.88" [dependencies.nix] version = "0.22.1" [dependencies.tokio] version = "1" features = ["full"] optional = true [dependencies.tracing] version = "0.1.37" [features] async = [ "futures", "tokio", ] default = []