rust-spout2 0.1.0

Rust bindings for Spout2 on Windows.
# 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 = "rust-spout2"
version = "0.1.0"
authors = ["clover0916"]
build = "build.rs"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Rust bindings for Spout2 on Windows."
homepage = "https://github.com/clover0916/rust-spout2"
readme = "README.md"
keywords = [
    "spout",
    "graphics",
    "windows",
    "interop",
]
categories = [
    "api-bindings",
    "graphics",
]
license = "MPL-2.0"
repository = "https://github.com/clover0916/rust-spout2"

[features]
default = []
godot = ["dep:godot"]

[lib]
name = "rust_spout2"
crate-type = [
    "cdylib",
    "lib",
]
path = "src/lib.rs"

[dependencies.autocxx]
version = "0.26"

[dependencies.cxx]
version = "1.0"

[dependencies.godot]
version = "0.1"
optional = true

[dependencies.thiserror]
version = "1.0"

[build-dependencies.autocxx-build]
version = "0.26"

[build-dependencies.cmake]
version = "0.1"