cubiomes 0.3.3

A safe rust wrapper for the cubiome library
Documentation
# 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 = "cubiomes"
version = "0.3.3"
authors = ["Ville Kujala"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A safe rust wrapper for the cubiome library"
readme = "README.md"
keywords = [
    "minecraft",
    "minecraft-worldgen",
]
categories = ["api-bindings"]
license = "MIT"
repository = "https://github.com/villevilli/cubiomes-rs/"

[features]
cc_build = ["cubiomes-sys/cc_build"]
default = [
    "cc_build",
    "image",
]

[lib]
name = "cubiomes"
path = "src/lib.rs"
bench = false

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

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

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

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

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

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

[[test]]
name = "generator"
path = "tests/generator.rs"

[[bench]]
name = "generator-benchmark"
path = "benches/generator-benchmark.rs"
harness = false

[dependencies.bitflags]
version = "2.0"

[dependencies.cubiomes-sys]
version = "0.1.2"
default-features = false

[dependencies.image]
version = "0.25"
optional = true
default-features = false

[dependencies.thiserror]
version = "2.0"

[dev-dependencies.criterion]
version = "0.5"

[dev-dependencies.image]
version = "0.25"

[dev-dependencies.rand]
version = "0.9.0"