godoru 0.1.0

UI Framework for Rust using Godot
# 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 = "2024"
name = "godoru"
version = "0.1.0"
build = "build.rs"
exclude = [
    "vendor/godot/**",
    "target/**",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "UI Framework for Rust using Godot"
readme = "README.md"
license = "Apache-2.0"
repository = "https://github.com/NaviVani-dev/godoru"

[lib]
name = "godoru"
path = "src/lib.rs"

[[example]]
name = "testing"
path = "examples/testing.rs"

[dependencies.libloading]
version = "0.8"

[build-dependencies.serde]
version = "1"
features = ["derive"]

[build-dependencies.sha2]
version = "0.10"

[build-dependencies.toml]
version = "0.8"

[build-dependencies.ureq]
version = "2"