# 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 = "mpt_lib" version = "0.0.2" authors = ["rocky li <124215304@qq.com>"] description = "a function libaray for modern portfolio theroy" license = "MIT OR Apache-2.0" repository = "https://github.com/rockyliyang/mpt_libs" [lib] name = "mpt_lib" [dependencies.chrono] version = "0.4.23" [dependencies.float-cmp] version = "0.9.0" [dependencies.libmath] version = "0.2.1" [dependencies.num_enum] version = "0.5.9"