# 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" rust-version = "1.60.0" name = "amplify_apfloat" version = "0.3.0" authors = [ "The Rust Project Developers", "Yudai Kiyofuji ", ] description = "rustc_apfloat with u256 backend to utilize Octuple precision floating-point format" homepage = "https://github.com/rust-amplify" readme = "README.md" keywords = ["float"] categories = ["no-std"] license = "MIT OR Apache-2.0" repository = "https://github.com/rust-amplify/rust-amplify" [dependencies.amplify_num] version = "0.5.2" default-features = false [dependencies.bitflags] version = "2.4.1" [features] alloc = ["amplify_num/alloc"] default = ["std"] std = ["amplify_num/std"] [target."cfg(target_arch = \"wasm32\")".dependencies.getrandom] version = "0.2" features = ["js"] optional = true [target."cfg(target_arch = \"wasm32\")".dependencies.rand] version = "0.8.4" optional = true [target."cfg(target_arch = \"wasm32\")".dependencies.wasm-bindgen] version = "0.2" [target."cfg(target_arch = \"wasm32\")".dev-dependencies.wasm-bindgen-test] version = "0.3"