# 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 = "lib-sokoban" version = "0.3.3" authors = ["jarry-xiao "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Sokoban: compact, efficient data structures packed into contiguous byte arrays" readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://github.com/jarry-xiao/sokoban" [lib] name = "sokoban" crate-type = ["lib"] path = "src/lib.rs" test = true doctest = true bench = true doc = true proc-macro = false harness = true required-features = [] edition = "2021" [[test]] name = "test" path = "tests/test.rs" [[bench]] name = "bench" path = "benches/bench.rs" [dependencies.bytemuck] version = "1.13.0" [dependencies.num-derive] version = "0.3.3" [dependencies.num-traits] version = "0.2.15" [dependencies.thiserror] version = "1.0.38" [dev-dependencies.itertools] version = "0.10.3" [dev-dependencies.rand] version = "0.7" [dev-dependencies.rand_distr] version = "0.4.3" [dev-dependencies.tokio] version = "1.8.4" features = ["full"]