fast-float2 0.2.3

Fast floating-point number parser.
Documentation
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
[[package]]
name = "autocfg"
version = "1.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"

[[package]]
name = "fast-float2"
version = "0.2.3"
dependencies = [
 "fastrand 2.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "hexf-parse 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
 "lexical-core 1.0.5 (registry+https://github.com/rust-lang/crates.io-index)",
 "num-bigint 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
 "ryu 1.0.20 (registry+https://github.com/rust-lang/crates.io-index)",
]

[[package]]
name = "fastrand"
version = "2.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"

[[package]]
name = "hexf-parse"
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"

[[package]]
name = "lexical-core"
version = "1.0.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "lexical-parse-float 1.0.5 (registry+https://github.com/rust-lang/crates.io-index)",
 "lexical-parse-integer 1.0.5 (registry+https://github.com/rust-lang/crates.io-index)",
 "lexical-util 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)",
 "lexical-write-float 1.0.5 (registry+https://github.com/rust-lang/crates.io-index)",
 "lexical-write-integer 1.0.5 (registry+https://github.com/rust-lang/crates.io-index)",
]

[[package]]
name = "lexical-parse-float"
version = "1.0.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "lexical-parse-integer 1.0.5 (registry+https://github.com/rust-lang/crates.io-index)",
 "lexical-util 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)",
 "static_assertions 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
]

[[package]]
name = "lexical-parse-integer"
version = "1.0.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "lexical-util 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)",
 "static_assertions 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
]

[[package]]
name = "lexical-util"
version = "1.0.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "static_assertions 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
]

[[package]]
name = "lexical-write-float"
version = "1.0.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "lexical-util 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)",
 "lexical-write-integer 1.0.5 (registry+https://github.com/rust-lang/crates.io-index)",
 "static_assertions 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
]

[[package]]
name = "lexical-write-integer"
version = "1.0.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "lexical-util 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)",
 "static_assertions 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
]

[[package]]
name = "num-bigint"
version = "0.4.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "num-integer 0.1.46 (registry+https://github.com/rust-lang/crates.io-index)",
 "num-traits 0.2.19 (registry+https://github.com/rust-lang/crates.io-index)",
]

[[package]]
name = "num-integer"
version = "0.1.46"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "num-traits 0.2.19 (registry+https://github.com/rust-lang/crates.io-index)",
]

[[package]]
name = "num-traits"
version = "0.2.19"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "autocfg 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
]

[[package]]
name = "ryu"
version = "1.0.20"
source = "registry+https://github.com/rust-lang/crates.io-index"

[[package]]
name = "static_assertions"
version = "1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"

[metadata]
"checksum autocfg 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ace50bade8e6234aa140d9a2f552bbee1db4d353f69b8217bc503490fc1a9f26"
"checksum fastrand 2.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "37909eebbb50d72f9059c3b6d82c0463f2ff062c9e95845c43a6c9c0355411be"
"checksum hexf-parse 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "dfa686283ad6dd069f105e5ab091b04c62850d3e4cf5d67debad1933f55023df"
"checksum lexical-core 1.0.5 (registry+https://github.com/rust-lang/crates.io-index)" = "b765c31809609075565a70b4b71402281283aeda7ecaf4818ac14a7b2ade8958"
"checksum lexical-parse-float 1.0.5 (registry+https://github.com/rust-lang/crates.io-index)" = "de6f9cb01fb0b08060209a057c048fcbab8717b4c1ecd2eac66ebfe39a65b0f2"
"checksum lexical-parse-integer 1.0.5 (registry+https://github.com/rust-lang/crates.io-index)" = "72207aae22fc0a121ba7b6d479e42cbfea549af1479c3f3a4f12c70dd66df12e"
"checksum lexical-util 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)" = "5a82e24bf537fd24c177ffbbdc6ebcc8d54732c35b50a3f28cc3f4e4c949a0b3"
"checksum lexical-write-float 1.0.5 (registry+https://github.com/rust-lang/crates.io-index)" = "c5afc668a27f460fb45a81a757b6bf2f43c2d7e30cb5a2dcd3abf294c78d62bd"
"checksum lexical-write-integer 1.0.5 (registry+https://github.com/rust-lang/crates.io-index)" = "629ddff1a914a836fb245616a7888b62903aae58fa771e1d83943035efa0f978"
"checksum num-bigint 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)" = "a5e44f723f1133c9deac646763579fdb3ac745e418f2a7af9cd0c431da1f20b9"
"checksum num-integer 0.1.46 (registry+https://github.com/rust-lang/crates.io-index)" = "7969661fd2958a5cb096e56c8e1ad0444ac2bbcd0061bd28660485a44879858f"
"checksum num-traits 0.2.19 (registry+https://github.com/rust-lang/crates.io-index)" = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841"
"checksum ryu 1.0.20 (registry+https://github.com/rust-lang/crates.io-index)" = "28d3b2b1366ec20994f1fd18c3c594f05c5dd4bc44d8bb0c1c632c8d6829481f"
"checksum static_assertions 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f"