# 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 = "rk-utils" version = "0.2.2" authors = ["Rockie Guo "] description = "A collection of utility functions and data structures for rust." documentation = "https://docs.rs/rk-utils" readme = "README.md" keywords = [ "utility", "string_processing", "topological_sorting", "trie", "longest_match", ] categories = [ "text-processing", "algorithms", "data-structures", ] license = "MIT" repository = "https://github.com/rockie/rk-utils" [profile.bench] lto = true [profile.release] lto = true [lib] doctest = false