[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]