# 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 = "ffgl-core" version = "0.2.6" authors = ["Edward Taylor "] description = "FFGL plugin framework" homepage = "https://github.com/edeetee/ffgl-rs" readme = "README.md" license = "\tGPL-3.0-or-later" repository = "https://github.com/edeetee/ffgl-rs" [dependencies.anyhow] version = "1.0.79" [dependencies.gl] version = "0.14.0" [dependencies.num] version = "0.4" [dependencies.num-derive] version = "0.4.0" [dependencies.num-traits] version = "0.2" [dependencies.once_cell] version = "1.19.0" [dependencies.tracing] version = "0.1.40" features = ["log"] [dependencies.tracing-subscriber] version = "0.3.18" features = ["env-filter"] [build-dependencies.bindgen] version = "0.63.0" [build-dependencies.cfg-if] version = "1.0.0"