# 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 = "2018" name = "smartcalc" version = "1.0.8" authors = ["Erhan BARIS "] description = "Text based calculator for peoples" homepage = "https://github.com/erhanbaris/smartcalc" documentation = "https://github.com/erhanbaris/smartcalc" readme = "README.md" keywords = ["calculator", "smartcalc"] categories = ["calculator", "mathematics", "science", "development-tools", "no-std"] license = "GPL-2.0" repository = "https://github.com/erhanbaris/smartcalc" [profile.dev] opt-level = 0 lto = false codegen-units = 256 debug = true debug-assertions = true rpath = false panic = "unwind" overflow-checks = true incremental = true [profile.release] opt-level = "z" lto = true codegen-units = 16 panic = "abort" incremental = true [lib] crate-type = ["cdylib", "rlib"] doctest = false [dependencies.anyhow] version = "1.0.56" default-features = false [dependencies.chrono] version = "0.4" features = ["wasmbind", "js-sys", "clock"] default-features = false [dependencies.chrono-tz] version = "0.6.1" default-features = false [dependencies.lazy_static] version = "1.4.0" [dependencies.log] version = "0.4.14" default-features = false [dependencies.rand] version = "0.7" features = ["wasm-bindgen"] [dependencies.regex] version = "1" features = ["std", "unicode"] default-features = false [dependencies.serde] version = "1.0.130" features = ["rc"] [dependencies.serde_derive] version = "1.0.123" [dependencies.serde_json] version = "1.0.68" features = ["alloc"] default-features = false [dependencies.serde_repr] version = "0.1.7" [features] debug-rules = [] default = [] [target."cfg(not(target_arch = \"wasm32\"))".dependencies.libc-print] version = "0.1.16"