# 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 = "ios_calculator" version = "0.2.1" authors = ["Alex Gourlay "] description = "A simple iOS calculator implementation." readme = "README.md" categories = ["mathematics"] license = "MIT OR Apache-2.0" repository = "https://github.com/alexdgourlay/wasm-ios-calc/tree/main/wasm-calculator/ios_calculator" resolver = "1" [lib] crate-type = [ "cdylib", "rlib", ] [dependencies.num-format] version = "0.4.4"