# 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 = "2021" name = "rustc_apfloat" version = "0.2.2+llvm-462a31f5a5ab" build = "build.rs" autobins = false autoexamples = false autotests = false autobenches = false description = "Rust port of C++ llvm::APFloat library" readme = "README.md" license = "Apache-2.0 WITH LLVM-exception" repository = "https://github.com/rust-lang/rustc_apfloat" [lib] name = "rustc_apfloat" path = "src/lib.rs" [[test]] name = "downstream" path = "tests/downstream.rs" [[test]] name = "ieee" path = "tests/ieee.rs" [[test]] name = "ppc" path = "tests/ppc.rs" [[bench]] name = "decimal" path = "benches/decimal.rs" harness = false [dependencies.bitflags] version = "2.6.0" [dependencies.smallvec] version = "1.11.0" features = [ "const_generics", "union", ] [dev-dependencies.criterion] version = "0.5.1" features = ["html_reports"]