hexga_core 0.0.11-beta.51

Basic set of functionalities common to all hexga crate
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 = "2024"
name = "hexga_core"
version = "0.0.11-beta.51"
authors = ["Mewily <thomas.mewily@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Basic set of functionalities common to all hexga crate"
homepage = "https://github.com/Thomas-Mewily/hexga"
readme = "README.md"
keywords = []
categories = ["rust-patterns"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/Thomas-Mewily/hexga"

[features]
default = [
    "std",
    "serde",
    "serde_rc",
]
serde = ["dep:serde"]
serde_rc = ["serde/rc"]
std = []

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

[dependencies.hexga_bit]
version = "0.0.11-beta.51"
features = ["derive"]
default-features = false

[dependencies.hexga_map_on]
version = "0.0.11-beta.51"
default-features = false

[dependencies.serde]
version = "1.0.0"
features = ["derive"]
optional = true