iso6093 1.0.0

ISO 6093 numerical value parsing and printing
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 = "iso6093"
version = "1.0.0"
authors = [
    "Jonathan M. Wilbur <jonathan@wilbur.space>",
    "Wildboar Software <jonathan.wilbur@wildboarsoftware.com>",
]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "ISO 6093 numerical value parsing and printing"
readme = "README.md"
keywords = [
    "iso6093",
    "numeric",
    "number",
    "floating",
]
categories = ["encoding"]
license = "MIT"
repository = "https://github.com/JonathanWilbur/asn1.rs/tree/master/iso6093"

[features]
alloc = []
default = ["alloc"]

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