# 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 = "2018" name = "dart-sdk-sys" version = "3.4.4" authors = ["Douman "] build = false include = [ "src/", "dart/", "Cargo.tom", "LICENSE", "README.md", ] autobins = false autoexamples = false autotests = false autobenches = false description = "Rust bindings to Dart SDK" readme = "README.md" keywords = [ "dart", "bindings", ] categories = [ "no-std", "development-tools::ffi", "external-ffi-bindings", ] license = "BSL-1.0" repository = "https://github.com/DoumanAsh/dart-sys" [lib] name = "dart_sdk_sys" path = "src/lib.rs" [dependencies.libc] version = "0.2" default-features = false [build-dependencies.bindgen] version = "0.69" optional = true [features] build-bindings = ["bindgen"] download-sources = []