# 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 = "emdb_lib" version = "0.1.3" build = false exclude = [ ".idea/*", "input.txt", "output.txt", "108-Principles-Emma-Dearborn.md", ".cargo_vcs_info.json", ".gitignore", "Cargo.toml.orig", "benches/emdb_benchmark.rs", ] autobins = false autoexamples = false autotests = false autobenches = false description = "Orthographic token compression" homepage = "https://dearborn.cc" readme = "README.md" license = "MIT" repository = "https://github.com/gsspdev/emdb_lib" [lib] name = "emdb_lib" path = "src/lib.rs" [dependencies.clap] version = "4.5.21" features = ["derive"] [dependencies.regex] version = "1.11.1" [dependencies.unicode-segmentation] version = "1.12.0" [dev-dependencies.criterion] version = "0.5.1"