# 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 = "omst" version = "3.1.0" authors = ["ltdk "] build = false include = [ "src/**/*", "LICENSE", "README.md", "CHANGELOG.md", ] autobins = false autoexamples = false autotests = false autobenches = false description = "Reveals whomst thou art with a single character." readme = "README.md" categories = ["command-line-utilities"] license-file = "LICENSE.md" repository = "https://codeberg.org/clarfonthey/omst" [profile.release] opt-level = "s" lto = true codegen-units = 1 debug = 0 panic = "abort" [lib] name = "omst" path = "src/lib.rs" [[bin]] name = "omst" path = "src/omst.rs" [[bin]] name = "omst-be" path = "src/omst_be.rs" [features] default = [] [target.'cfg(any(target_os = "dragonfly", target_os = "freebsd", target_os = "linux", target_os = "macos", target_os = "netbsd", target_os = "openbsd", target_os = "solaris"))'.dependencies.atoi] version = "2.0.0" [target.'cfg(any(target_os = "dragonfly", target_os = "freebsd", target_os = "linux", target_os = "macos", target_os = "netbsd", target_os = "openbsd", target_os = "solaris"))'.dependencies.libc] version = "0.2.116" [target.'cfg(target_os = "windows")'.dependencies.winapi] version = "0.3.9" features = [ "impl-default", "lmaccess", "lmapibuf", "winbase", ]