# 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 = "pi-search" version = "0.2.1" authors = ["Aster "] include = ["src/**/*"] description = "Search digit in pi" documentation = "https://docs.rs/pi-search" readme = "Readme.md" license = "MPL-2.0" repository = "https://github.com/oovm/pi-searcher" [package.metadata.wee] t = "cargo test" p = "cargo publish --allow-dirty" base10 = "cargo test --release --test main dump_base10 -- --ignored" map10 = "cargo test --release --test main dump_computed10 -- --ignored" [lib] crate-type = [ "cdylib", "rlib", ] [dependencies.bincode] version = "2.0.0-rc.1" [dependencies.itertools] version = "0.10.3" [dependencies.rayon] version = "1.5.1" [dependencies.serde] version = "1.0.136" [dependencies.serde_derive] version = "1.0.136" [dev-dependencies]