# 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" rust-version = "1.74.1" name = "fkys-rs" version = "0.3.1" authors = ["Maksim Bondarenkov"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "F*cking Kill Yourself lang interpreter written in Rust" readme = "README.md" license = "WTFPL" repository = "https://github.com/ognevny/fkys-rs" [profile.release] lto = true codegen-units = 1 strip = true [lib] name = "fkys_rs" path = "src/lib.rs" [[bin]] name = "fkysoxide" path = "src/main.rs" required-features = ["cli"] [[test]] name = "test" path = "tests/test.rs" [dependencies.anyhow] version = "1.0" [dependencies.clap] version = "4.5" features = ["derive"] [features] cli = [] default = []