Bug 1687945 [wpt PR 27273] - [resources] Fix conftest.py for pytest>6, a=testonly
[gecko.git] / third_party / rust / dtoa-short / Cargo.toml
blobb926972b1adf884610f1d84c37f676e668be99db
1 # THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
3 # When uploading crates to the registry Cargo will automatically
4 # "normalize" Cargo.toml files for maximal compatibility
5 # with all versions of Cargo and also rewrite `path` dependencies
6 # to registry (e.g., crates.io) dependencies
8 # If you believe there's an error in this file please file an
9 # issue against the rust-lang/cargo repository. If you're
10 # editing this file be aware that the upstream Cargo.toml
11 # will likely look very different (and much more reasonable)
13 [package]
14 name = "dtoa-short"
15 version = "0.3.3"
16 authors = ["Xidorn Quan <me@upsuper.org>"]
17 include = ["src/*.rs", "Cargo.toml", "LICENSE"]
18 description = "Serialize float number and truncate to certain precision"
19 keywords = ["float"]
20 categories = ["value-formatting"]
21 license = "MPL-2.0"
22 repository = "https://github.com/upsuper/dtoa-short"
23 [dependencies.dtoa]
24 version = "0.4.1"
25 [dev-dependencies.float-cmp]
26 version = "0.4"
27 [badges.codecov]
28 repository = "upsuper/dtoa-short"
30 [badges.travis-ci]
31 repository = "upsuper/dtoa-short"