teju 0.1.1

Fast floating point to string conversion
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 = "teju"
version = "0.1.1"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Fast floating point to string conversion"
documentation = "https://docs.rs/teju"
readme = "README.md"
keywords = [
    "float",
    "ieee-754",
]
categories = [
    "algorithms",
    "no-std",
    "no-std::no-alloc",
    "value-formatting",
]
license = "LGPL-3.0"
repository = "https://github.com/andrepd/teju-jagua-rs"

[features]
bench = []

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

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

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

[dev-dependencies.proptest]
version = "1.6.0"

[dev-dependencies.ryu]
version = "1.0.20"