# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "natls" version = "2.1.14" authors = ["Will Lane "] description = "nat - the 'ls' replacement you never knew you needed" license = "MIT" repository = "https://github.com/willdoescode/nat" [profile.dev] opt-level = 0 [profile.release] opt-level = 3 [dependencies.chrono] version = "0.4.19" [dependencies.filetime] version = "0.2.13" [dependencies.humansize] version = "1.1.0" [dependencies.libc] version = "0.2.80" [dependencies.pretty-bytes] version = "0.2.2" [dependencies.structopt] version = "0.3.20" [dependencies.termion] version = "1.5.5" [dependencies.users] version = "0.11.0"