# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "flutter-engine" version = "0.3.5" authors = ["juju ", "Sophie Tauchert "] description = "Flutter engine embedder in rust" readme = "crates-io.md" keywords = ["flutter", "GUI"] license = "MIT" repository = "https://github.com/gliheng/flutter-rs" [dependencies.flutter-engine-sys] version = "0.3.5" [dependencies.gl] version = "0.11.0" [dependencies.glfw] version = "^0.28" [dependencies.lazy_static] version = "1.3.0" [dependencies.libc] version = "0.2.44" [dependencies.locale_config] version = "^0.2" [dependencies.log] version = "^0.4" [dependencies.priority-queue] version = "^0.6" [dependencies.serde] version = "^1.0" features = ["derive"] [dependencies.serde_json] version = "^1.0" [dependencies.tokio] version = "^0.1.19" [dependencies.unic-locale] version = "^0.4"