# 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" name = "shelfie" version = "1.0.1" description = "shelfie turns shell scripts into ELFs" readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://gitlab.com/BrightOpen/shelfie" [profile.release] lto = true strip = true [dependencies.anyhow] version = "1" [dependencies.env_logger] version = "0.10" optional = true [dependencies.log] version = "0.4" optional = true [dependencies.memmap2] version = "0.5" [features] default = [] logging = [ "env_logger", "log", ]