value-metrics 0.1.1

Equity valuation ratios: P/E, P/B, earnings yield, EV/EBIT, dividend yield.
Documentation
# 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 = "value-metrics"
version = "0.1.1"
authors = ["DeepValueRadar <hello@deepvalueradar.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Equity valuation ratios: P/E, P/B, earnings yield, EV/EBIT, dividend yield."
homepage = "https://deepvalueradar.com/"
documentation = "https://deepvalueradar.com/methodology/"
readme = "README.md"
keywords = [
    "finance",
    "valuation",
    "stocks",
    "investing",
    "ratios",
]
categories = [
    "finance",
    "mathematics",
]
license = "MIT"
repository = "https://github.com/theluckystrike/deepvalueradar"

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