# 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 = "rshyeong" version = "0.3.0" authors = ["Wonwoo Choi "] description = "Hyeong-lang interpreter" readme = "README.md" keywords = ["esolang", "hyeong"] license = "MIT/Apache-2.0" repository = "https://github.com/tirr-c/hyeong-rs.git" resolver = "2" [dependencies.clap] version = "3.0.14" features = ["std", "color", "wrap_help", "derive"] default-features = false [dependencies.num-rational] version = "0.4.0" features = ["num-bigint"] default-features = false [dependencies.num-traits] version = "0.2.14" [features] big-rational = [] [badges.travis-ci] repository = "tirr-c/hyeong-rs"