# 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 = "etterna" version = "0.1.0" authors = ["kangalioo "] description = "Basic building blocks for applications interfacing with the rhythm game Etterna" license = "MIT" [dependencies.btoi] version = "0.4" [dependencies.itertools] version = "0.9.0" [dependencies.lexical-core] version = "0.7" features = ["std"] default-features = false [dependencies.libm] version = "0.2.1" [dependencies.permutation] version = "0.2" [dependencies.rayon] version = "1.3.1" optional = true [dependencies.serde] version = "1.0" features = ["derive"] optional = true [dependencies.thiserror] version = "1.0" [dependencies.twoway] version = "0.2.1" [features] default = [] parallel = ["rayon"]