# 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.56.0" name = "naive_opt" version = "0.1.25" authors = ["aki "] description = "The optimized naive string-search algorithm." readme = "README.md" keywords = ["search"] categories = ["algorithms"] license = "MIT OR Apache-2.0" repository = "https://github.com/aki-akaguma/naive_opt" [profile.release] lto = true [dependencies.memx] version = "0.1" default-features = false [features] default = [] only_mc_1st = [] only_mc_last = []