mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-01-09 13:25:00 +00:00
bb9be47305
MozReview-Commit-ID: qJSJZlZEKO --HG-- extra : rebase_source : 02a41e072a0ffc0c23a32c7780429977f7be4fe6
32 lines
1.0 KiB
TOML
32 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 believe there's an error in this file please file an
|
|
# issue against the rust-lang/cargo repository. If you're
|
|
# editing this file be aware that the upstream Cargo.toml
|
|
# will likely look very different (and much more reasonable)
|
|
|
|
[package]
|
|
name = "dtoa-short"
|
|
version = "0.3.1"
|
|
authors = ["Xidorn Quan <me@upsuper.org>"]
|
|
include = ["src/*.rs", "Cargo.toml"]
|
|
description = "Serialize float number and truncate to certain precision"
|
|
keywords = ["float"]
|
|
categories = ["value-formatting"]
|
|
license = "MPL-2.0"
|
|
repository = "https://github.com/upsuper/dtoa-short"
|
|
[dependencies.dtoa]
|
|
version = "0.4.1"
|
|
[dev-dependencies.float-cmp]
|
|
version = "0.2.3"
|
|
[badges.codecov]
|
|
repository = "upsuper/dtoa-short"
|
|
|
|
[badges.travis-ci]
|
|
repository = "upsuper/dtoa-short"
|