# 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 = "dmntk-feel-number" version = "0.3.6" authors = ["Dariusz Depta "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "DMNTK | FEEL number" documentation = "https://docs.rs/dmntk-feel-number" readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://github.com/dmntk/dmntk.rs.git" [lib] name = "dmntk_feel_number" path = "src/lib.rs" [[test]] name = "abs" path = "tests/abs.rs" [[test]] name = "add" path = "tests/add.rs" [[test]] name = "ceiling" path = "tests/ceiling.rs" [[test]] name = "common" path = "tests/common.rs" [[test]] name = "comparison" path = "tests/comparison.rs" [[test]] name = "constants" path = "tests/constants.rs" [[test]] name = "copy_clone" path = "tests/copy_clone.rs" [[test]] name = "debug" path = "tests/debug.rs" [[test]] name = "div" path = "tests/div.rs" [[test]] name = "even" path = "tests/even.rs" [[test]] name = "exp" path = "tests/exp.rs" [[test]] name = "floor" path = "tests/floor.rs" [[test]] name = "frac" path = "tests/frac.rs" [[test]] name = "from" path = "tests/from.rs" [[test]] name = "from_str" path = "tests/from_str.rs" [[test]] name = "is_integer" path = "tests/is_integer.rs" [[test]] name = "is_negative" path = "tests/is_negative.rs" [[test]] name = "is_one" path = "tests/is_one.rs" [[test]] name = "is_positive" path = "tests/is_positive.rs" [[test]] name = "jsonify" path = "tests/jsonify.rs" [[test]] name = "ln" path = "tests/ln.rs" [[test]] name = "minus_zero" path = "tests/minus_zero.rs" [[test]] name = "mul" path = "tests/mul.rs" [[test]] name = "neg" path = "tests/neg.rs" [[test]] name = "odd" path = "tests/odd.rs" [[test]] name = "pow" path = "tests/pow.rs" [[test]] name = "rem" path = "tests/rem.rs" [[test]] name = "round" path = "tests/round.rs" [[test]] name = "sqrt" path = "tests/sqrt.rs" [[test]] name = "square" path = "tests/square.rs" [[test]] name = "sub" path = "tests/sub.rs" [[test]] name = "to_string" path = "tests/to_string.rs" [[test]] name = "trunc" path = "tests/trunc.rs" [[bench]] name = "abs" path = "benches/abs.rs" [[bench]] name = "add" path = "benches/add.rs" [[bench]] name = "copy_clone" path = "benches/copy_clone.rs" [[bench]] name = "debug" path = "benches/debug.rs" [[bench]] name = "display" path = "benches/display.rs" [[bench]] name = "frac" path = "benches/frac.rs" [[bench]] name = "is_one" path = "benches/is_one.rs" [[bench]] name = "jsonify" path = "benches/jsonify.rs" [[bench]] name = "trunc" path = "benches/trunc.rs" [dependencies.dfp-number-sys] version = "0.1.0" [dependencies.dmntk-common] version = "0.3.6" [dependencies.dmntk-macros] version = "0.3.6" [features]