# 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 = "grandeur_gdnative" version = "0.1.0" authors = ["Chitose Yuuzaki "] description = "GDNative backend for generic abstract Update-Render-Reconcile-Thing" documentation = "https://docs.rs/grandeur" keywords = ["nightly"] license = "MIT OR Apache-2.0" repository = "https://github.com/chitoyuu/grandeur" resolver = "1" [package.metadata.docs.rs] features = [ "nightly", "macros", ] [dependencies.ahash] version = "0.7.6" [dependencies.crossbeam-channel] version = "0.5.1" [dependencies.derivative] version = "2.2" [dependencies.gdnative] version = "0.11" [dependencies.grandeur] version = "0.1.0" [dependencies.grandeur_gdnative_macros] version = "0.1.1" optional = true [dependencies.hashbrown] version = "0.11.2" [dependencies.indexmap] version = "1.7.0" [dependencies.log] version = "0.4.0" [dependencies.thiserror] version = "1.0" [features] default = [] macros = ["grandeur_gdnative_macros"] nightly = ["grandeur/nightly"]