# 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" rust-version = "1.72" name = "fsmap" version = "0.3.0" authors = ["Berke Durak "] description = "File system mapper and search tool" readme = "README.md" license = "Apache-2.0 OR MIT" repository = "https://github.com/berke/fsmap" [dependencies.anyhow] version = "1.0" [dependencies.env_logger] version = "0.11" features = [ "auto-color", "humantime", ] default-features = false [dependencies.libc] version = "0.2" [dependencies.log] version = "0.4.21" features = ["std"] [dependencies.pico-args] version = "^0.5" [dependencies.regex] version = "^1" [dependencies.rmp-serde] version = "^0.15" [dependencies.rustyline] version = "^14.0.0" features = ["with-file-history"] [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.tz-rs] version = "0.6.14"