# 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 = "inari_wasm" version = "0.1.2" authors = [ "Masashi Mizuno", "Nejc Jezersek", ] description = "A stripped-down version of Inari library (a Rust implementation of interval arithmetic) compatible with web assembly" homepage = "https://github.com/njezersek/inari-wasm" readme = "README.md" keywords = [ "arithmetic", "interval", "math", "numerics", ] categories = [ "mathematics", "science", ] license = "MIT" repository = "https://github.com/njezersek/inari-wasm" resolver = "2" [dependencies.forward_ref] version = "1.0.0" [dependencies.libm] version = "0.2.3"