[package] name = "dart-sdk-sys" version = "3.4.4" authors = ["Douman "] edition = "2018" keywords = ["dart", "bindings"] description = "Rust bindings to Dart SDK" categories = ["no-std", "development-tools::ffi", "external-ffi-bindings"] repository = "https://github.com/DoumanAsh/dart-sys" license = "BSL-1.0" include = [ "src/", "dart/", "Cargo.tom", "LICENSE", "README.md" ] [dependencies.libc] version = "0.2" default-features = false [build-dependencies.bindgen] version = "0.69" optional = true [features] # Used internally to generate lib.rs build-bindings = ["bindgen"] # Downloads sources accordingly to crate version download-sources = []