# 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 = "fls" version = "0.1.0" authors = ["Ben Kimock "] include = ["src/**/*.rs", "build.rs", "README.md", "LICENSE-MIT", "LICENSE-APACHE"] description = "A fast POSIX ls that doesn't require a libc" documentation = "https://docs.rs/fls" license = "GPL-3.0-or-later" repository = "https://github.com/saethlin/fls" [profile.dev] panic = "abort" [profile.release] debug = 1 panic = "abort" [dependencies.compiler_builtins] version = "0.1" features = ["mem"] [dependencies.libc] version = "0.2" [dependencies.tinyvec] version = "1" features = ["alloc"] [dependencies.unicode-width] version = "0.1" [dependencies.veneer] version = "0.1"