# 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 = "xd" version = "0.0.4" authors = ["Delan Azabani "] description = "tool that dumps binary input in a variety of formats" readme = "README.registry.md" keywords = ["hexdump"] categories = ["command-line-utilities", "no-std"] license = "ISC" repository = "https://bitbucket.org/delan/xd" [profile.release] lto = true panic = "abort" [[bin]] name = "xd" required-features = ["bin", "std"] [dependencies.atty] version = "0.2.14" optional = true [dependencies.clap] version = "2.33.3" optional = true [dependencies.jane-eyre] version = "0.3.0" optional = true [dependencies.lazy_static] version = "1.4.0" optional = true [dependencies.owo-colors] version = "1.1.3" [dependencies.pledge] version = "0.4.0" optional = true [dependencies.unveil] version = "0.2.1" optional = true [dev-dependencies.jane-eyre] version = "0.3.0" [dev-dependencies.mktemp] version = "0.4.0" [dev-dependencies.regex] version = "1.4.2" [features] alloc = [] bench = ["alloc"] bin = ["pledge", "unveil", "jane-eyre", "lazy_static", "atty", "clap", "nix", "winapi-util"] default = ["std", "bin"] std = ["alloc"] strict = [] [target."cfg(unix)".dependencies.nix] version = "0.19.1" optional = true [target."cfg(windows)".dependencies.winapi-util] version = "0.1.5" optional = true [badges.bitbucket-pipelines] branch = "default" repository = "delan/xd"