Files
Notes/notes-service/vendor/dtoa-short/Cargo.toml
T
2026-08-01 16:11:49 +03:00

39 lines
1.0 KiB
TOML

# 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]
name = "dtoa-short"
version = "0.3.5"
authors = ["Xidorn Quan <me@upsuper.org>"]
include = [
"src/*.rs",
"Cargo.toml",
"LICENSE",
]
description = "Serialize float number and truncate to certain precision"
readme = "README.md"
keywords = ["float"]
categories = ["value-formatting"]
license = "MPL-2.0"
repository = "https://github.com/upsuper/dtoa-short"
[dependencies.dtoa]
version = "1"
[dev-dependencies.float-cmp]
version = "0.4"
[badges.codecov]
repository = "upsuper/dtoa-short"
[badges.travis-ci]
repository = "upsuper/dtoa-short"