# 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 = "kermit-algos" version = "0.0.4-dev" authors = ["Aidan Bailey"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Kermit, the Leapfrog Triejoin algorithm with associated data structures" homepage = "https://github.com/aidan-bailey/kermit" readme = "README.md" license = "LGPL-2.1" repository = "https://github.com/aidan-bailey/kermit" [lib] name = "kermit_algos" path = "src/lib.rs" [[test]] name = "leapfrog_triejoin" path = "tests/leapfrog_triejoin.rs" [[bench]] name = "main" path = "benches/main.rs" harness = false [dependencies.kermit-iters] version = "0.0.4-dev" [dev-dependencies.criterion] version = "0.5.1" [dev-dependencies.rand] version = "0.8.5" [dev-dependencies.test-case] version = "3.3.1"