# 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 = "tilted" version = "0.4.0-beta.2" authors = ["Nguyen Thai Binh "] description = "A toy mathematical interpreter written in Rust." homepage = "https://github.com/SaltedPeanutButter/tilted" readme = "README.md" license = "MIT" repository = "https://github.com/SaltedPeanutButter/tilted" [[bin]] name = "tilted" required-features = ["cli"] [dependencies.clap] version = "4.4.2" features = ["derive"] optional = true [dependencies.serde] version = ">=1.0" optional = true [dependencies.typetag] version = ">=0.2" optional = true [features] cli = ["dep:clap"] default = [ "serde", "cli", ] serde = [ "dep:serde", "dep:typetag", ]