# 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 = "nativeshell_core" version = "0.1.3" authors = ["Matej Knopp "] description = "NativeShell Core Rust package" license = "MIT OR Apache-2.0" resolver = "1" [dependencies.async-trait] version = "0.1.51" [dependencies.futures] version = "0.3.17" features = ["std"] default-features = false [dependencies.nativeshell_derive] version = "0.1.1" optional = true [dependencies.once_cell] version = "1.8.0" [features] derive = ["nativeshell_derive"] mock = [] [target."cfg(any(target_os = \"macos\", target_os = \"ios\"))".dependencies.core-foundation] version = "0.9" [target."cfg(any(target_os = \"macos\", target_os = \"ios\"))".dependencies.objc] version = "0.2.7"