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