chromium/third_party/rust/chromium_crates_io/vendor/fend-core-1.5.1/Cargo.toml

# 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 = "fend-core"
version = "1.5.1"
build = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Arbitrary-precision unit-aware calculator"
homepage = "https://github.com/printfn/fend"
readme = "README.md"
keywords = [
    "calculator",
    "cli",
    "conversion",
    "math",
    "tool",
]
categories = [
    "command-line-utilities",
    "mathematics",
    "science",
]
license = "MIT"
repository = "https://github.com/printfn/fend"

[lib]
name = "fend_core"
path = "src/lib.rs"

[[test]]
name = "integration_tests"
path = "tests/integration_tests.rs"