cedarwood 0.4.1

efficiently-updatable double-array trie in Rust (ported from cedar)
Documentation
# 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 believe there's an error in this file please file an
# issue against the rust-lang/cargo repository. If you're
# editing this file be aware that the upstream Cargo.toml
# will likely look very different (and much more reasonable)

[package]
edition = "2018"
name = "cedarwood"
version = "0.4.1"
authors = ["Paul Meng <me@paulme.ng>"]
exclude = ["/benches/**", "/.travis.yml"]
description = "efficiently-updatable double-array trie in Rust (ported from cedar)"
readme = "README.md"
keywords = ["trie", "cedar", "string", "search", "text"]
categories = ["data-structures", "text-processing"]
license = "BSD-2-Clause"
repository = "https://github.com/MnO2/cedarwood"
[package.metadata.docs.rs]
all-features = true

[[bench]]
name = "cedarwood_benchmark"
path = "./benches/cedarwood_benchmark.rs"
harness = false
required-features = []
[dependencies.smallvec]
version = "0.6"
[dev-dependencies.criterion]
version = "0.2"

[dev-dependencies.rand]
version = "0.7"

[features]
default = []
reduced-trie = []
[badges.codecov]
repository = "MnO2/cedarwood"

[badges.travis-ci]
repository = "MnO2/cedarwood"