# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] name = "fractal" version = "0.7.1" authors = ["Ivan Ukhov "] description = "The package provides a multiscale modeling framework for the analysis and\nsynthesis of positive-valued, long-range-dependent processes." homepage = "https://github.com/markov-chain/fractal" documentation = "https://markov-chain.github.io/fractal" readme = "README.md" keywords = ["traffic-simulation", "wavelet"] categories = ["algorithms", "science"] license = "Apache-2.0/MIT" repository = "https://github.com/markov-chain/fractal" [dependencies.dwt] version = "0.5" [dependencies.probability] version = "0.17" [dependencies.statistics] version = "0.4" [dev-dependencies.assert] version = "0.7"