# 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 = "song"
version = "0.1.3"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "styrust examples"
readme = false
license = "MIT OR Apache-2.0"

[[example]]
name = "basic_text_display1"
path = "basic/01_text_display.rs"

[[example]]
name = "basic_text_display2"
path = "basic/02_text_display.rs"

[[example]]
name = "basic_text_display3"
path = "basic/03_text_display.rs"

[[example]]
name = "rendering_display1"
path = "rendering/01_window_display.rs"

[dependencies.proc-macro2]
version = "1.0"
features = ["span-locations"]

[dependencies.quote]
version = "1.0"

[dependencies.styrust]
version = "0.1.3"

[dependencies.syn]
version = "2.0"
features = ["full"]