xwords 0.1.0

Tooling to fill crossword puzzles
Documentation
[[bench]]
harness = false
name = "fill_crossword"

[[bench]]
harness = false
name = "fill_crossword_single_threaded"

[[example]]
name = "sample"
path = "examples/sample.rs"

[[example]]
name = "empty"
path = "examples/empty.rs"
[dependencies.bincode]
version = "1.3.1"

[dependencies.cached]
version = "0.19.0"

[dependencies.fxhash]
version = "0.2.1"

[dependencies.lazy_static]
version = "1.4.0"

[dependencies.serde]
features = ["derive"]
version = "1.0.104"

[dependencies.serde_json]
version = "1.0.48"
[dev-dependencies.criterion]
version = "0.3"

[dev-dependencies.pprof]
features = ["flamegraph"]
version = "0.3"

[package]
authors = ["Sam Szuflita <sam.szuflita@gmail.com>"]
description = "Tooling to fill crossword puzzles"
edition = "2018"
license = "MIT"
name = "xwords"
readme = "README.md"
repository = "https://github.com/szunami/xwords-rs"
version = "0.1.0"
[profile.release]
debug = 1