# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "calculatex" version = "0.1.2" authors = ["Mikail Khan "] description = "A pretty printing calculator with support for units" license = "MPL-2.0" repository = "https://github.com/mkhan45/calculatex" [lib] name = "calculatex" crate_type = ["cdylib", "rlib"] [[bin]] name = "calculatex_cli" path = "src/bin/main.rs" required-features = ["build-binary"] [dependencies.bimap] version = "0.6.0" [dependencies.lazy_static] version = "1.4.0" [dependencies.notify] version = "4.0.15" optional = true [dependencies.num] version = "0.3.1" [dependencies.pandoc] version = "0.8" optional = true [dependencies.pest] version = "2.1.3" [dependencies.pest_derive] version = "2.1.0" [dependencies.tempfile] version = "3.2.0" optional = true [features] build-binary = ["tempfile", "pandoc", "notify"]