# 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 = "2018" name = "nut" version = "0.1.3" authors = ["Vyrtsev Mikhail "] exclude = ["test_data"] description = "Bolt DB Port in Rust" homepage = "https://github.com/Reeywhaar/nut" readme = "README.md" license = "MIT" [[bin]] name = "nut" [dependencies.ansi_term] version = "0.12.1" [dependencies.bitflags] version = "2.4.2" [dependencies.clap] version = "4.4.18" features = ["derive"] [dependencies.either] version = "1.9.0" [dependencies.fnv] version = "1.0.7" [dependencies.fs2] version = "0.4.3" [dependencies.hexdump] version = "0.1.1" [dependencies.lock_api] version = "0.4.11" [dependencies.memmap2] version = "0.9.3" [dependencies.memoffset] version = "0.9.0" [dependencies.page_size] version = "0.6.0" [dependencies.parking_lot] version = "0.12.1" [dependencies.poolcache] version = "0.1.1" [dependencies.scopeguard] version = "1.2.0" [dev-dependencies.rand] version = "0.8.5"