# 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 = "emf-core-base-rs" version = "0.1.3" authors = ["Gabriel Borrelli "] description = "Idiomatic Rust wrapper of the emf-core-base interface" categories = ["game-development"] license = "MIT OR Apache-2.0" repository = "https://github.com/fimoengine/emf-rs" [dependencies.backtrace] version = "0.3.56" [dependencies.emf-core-base-rs-ffi] version = "0.1.2" [features] default = ["global_api", "init", "extensions_all"] extensions = ["emf-core-base-rs-ffi/extensions"] extensions_all = ["unwind_internal", "emf-core-base-rs-ffi/extensions_all"] global_api = ["init"] init = ["emf-core-base-rs-ffi/init"] unwind_internal = ["extensions", "emf-core-base-rs-ffi/unwind_internal"]