triplers 0.1.1

library for parsing, manipulating, and serializing target triples.
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 = "triplers"
version = "0.1.1"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "library for parsing, manipulating, and serializing target triples."
documentation = "https://docs.rs/triplers"
readme = "README.md"
keywords = [
    "target-triple",
    "llvm",
    "no-std",
    "architecture",
]
categories = [
    "no-std",
    "parsing",
    "development-tools",
]
license = "MIT"
repository = "https://gitlab.com/viraven/triplers"

[features]
default = ["std"]
serde = ["dep:serde"]
std = []

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

[dependencies.serde]
version = "1.0"
features = ["derive"]
optional = true
default-features = false

[dependencies.strum]
version = "0.28.0"
features = ["derive"]
default-features = false

[dependencies.strum_macros]
version = "0.28.0"