# 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" rust-version = "1.81.0" name = "ognlib" version = "0.7.1" authors = ["Maksim Bondarenkov"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Some code that is written to practice Rust" readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://github.com/ognevnydemon/ognlib" [lib] name = "ognlib" path = "src/lib.rs" [dependencies.cfg-if] version = "1.0" [dependencies.fastrand] version = "2.1" default-features = false [dependencies.integer-sqrt] version = "0.1" [dependencies.num-bigint] version = "0.4" default-features = false [dependencies.rayon] version = "1.10" optional = true [dependencies.regex] version = "1.11" default-features = false [dependencies.snafu] version = "0.8.5" features = ["rust_1_81"] default-features = false [features] default = ["std"] std = [ "rayon", "regex/default", ]