czsc 1.0.1

★ Recommended entry point ★ — czsc (缠中说禅) facade crate; re-exports the full Rust workspace (core/utils/ta/signals/trader) so a single `cargo add czsc` is enough.
# 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 = "2024"
name = "czsc"
version = "1.0.1"
authors = ["zengbin93 <zeng_bin8888@163.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "★ Recommended entry point ★ — czsc (缠中说禅) facade crate; re-exports the full Rust workspace (core/utils/ta/signals/trader) so a single `cargo add czsc` is enough."
homepage = "https://github.com/waditu/czsc"
documentation = "https://docs.rs/czsc-core"
readme = "README.md"
keywords = [
    "czsc",
    "quant",
    "technical-analysis",
    "trading",
    "finance",
]
categories = [
    "finance",
    "mathematics",
    "science",
]
license = "MIT"
repository = "https://github.com/waditu/czsc"
resolver = "2"

[features]
default = []
python = [
    "czsc-core/python",
    "czsc-utils/python",
    "czsc-ta/python",
]

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

[dependencies.czsc-core]
version = "=1.0.1"

[dependencies.czsc-signals]
version = "=1.0.1"

[dependencies.czsc-ta]
version = "=1.0.1"

[dependencies.czsc-trader]
version = "=1.0.1"

[dependencies.czsc-utils]
version = "=1.0.1"