# 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.59" name = "lfs" version = "2.6.0" authors = ["dystroy "] description = "give information on mounted filesystems" readme = "README.md" keywords = [ "linux", "filesystem", "fs", ] categories = [ "filesystem", "command-line-utilities", ] license = "MIT" repository = "https://github.com/Canop/lfs" [profile.release] strip = true [dependencies.argh] version = "0.1.7" [dependencies.bet] version = "1.0.0" [dependencies.crossterm] version = "0.23.1" [dependencies.file-size] version = "1.0.3" [dependencies.lfs-core] version = "0.11.0" [dependencies.serde] version = "1.0" [dependencies.serde_json] version = "1.0" [dependencies.termimad] version = "0.20.0"