pnf 0.1.2

Point and Figure charting library with indicators and real-time dashboard support
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 = "pnf"
version = "0.1.2"
authors = ["Gregorian Rayne <gregorianrayne09@gmail.com>"]
build = "build.rs"
links = "pnf"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Point and Figure charting library with indicators and real-time dashboard support"
homepage = "https://github.com/gregorian-09/pnf-chart-system"
documentation = "https://docs.rs/pnf"
readme = "README.md"
keywords = [
    "point-figure",
    "chart",
    "technical-analysis",
    "trading",
]
categories = [
    "finance",
    "visualization",
]
license = "MIT"
repository = "https://github.com/gregorian-09/pnf-chart-system"

[lib]
name = "pnf"
crate-type = ["rlib"]
path = "src/lib.rs"

[[example]]
name = "basic"
path = "examples/basic.rs"

[dependencies]

[dev-dependencies]

[build-dependencies]