# 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] edition = "2018" name = "rust_rts" version = "1.1.0" authors = ["Myeongseon Choi"] include = ["src/", "rts_proc/", "Cargo.toml", "Readme.md", "LICENSE-*"] description = " Rust package for Random Target Search simulation\n" documentation = "https://docs.rs/rust_rts" readme = "README.md" keywords = ["random-target-search", "target-search", "rts"] categories = ["simulation"] license = "MIT OR Apache-2.0" repository = "https://github.com/key262yek/rust_rts" [profile.release] panic = "abort" [dependencies.chrono] version = "0.4" [dependencies.eager] version = "0.1" [dependencies.rand] version = "0.7" [dependencies.rand_distr] version = "0.2.2" [dependencies.rand_pcg] version = "0.2.1" [dependencies.rts_proc] version = "0.1.0" [dependencies.streaming-iterator] version = "0.1.5" [dev-dependencies.criterion] version = "0.3" [dev-dependencies.plotlib] version = "0.5.1"