# 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 = "rspp" version = "0.1.7" authors = ["wangmarkqi "] build = false exclude = [ "doc/*", ".vscode/*", ".idea/*", ".gitignore", ] autobins = false autoexamples = false autotests = false autobenches = false description = "rust probolistic programming." homepage = "https://gitee.com/wangmarkqi/rspp.git" documentation = "https://docs.rs/rspp/0.1.0/rspp/" readme = "README.md" license = "MIT" repository = "https://gitee.com/wangmarkqi/rspp.git" [lib] name = "rspp" path = "src/lib.rs" [[bin]] name = "rspp" path = "src/bin.rs" [[test]] name = "test_op" path = "tests/test_op.rs" [dependencies.anyhow] version = "1.0.86" [dependencies.docify] version = "0.2.8" [dependencies.nalgebra] version = "0.33.0" features = ["rand"] [dependencies.num-traits] version = "0.2.19" [dependencies.rand] version = "0.8.5" [dependencies.rand_distr] version = "0.4.3" [dependencies.rayon] version = "1.10" [dependencies.serde] version = "1.0.144" features = ["derive"] [dependencies.serde_json] version = "1.0.120" [dependencies.statrs] version = "0.17.1"