# 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 = "tibrs" version = "0.1.3" description = "Provides functionality to compile and decompile tibasic source for TI graphing calculators" homepage = "https://github.com/erwijet/tibrs" readme = "README.md" keywords = [ "tibasic", "ti83", "ti84", ] categories = [ "compilers", "parsing", ] license = "MIT" repository = "https://github.com/erwijet/tibrs" [lib] name = "tibrs" path = "src/lib.rs" [[bin]] name = "tibc" path = "src/bin.rs" [dependencies.anyhow] version = "1.0.79" [dependencies.clap] version = "4.4.13" features = ["derive"] [dependencies.hex] version = "0.4.3" [dependencies.itertools] version = "0.12.0" [dependencies.pest] version = "2.7.6" [dependencies.pest_derive] version = "2.7.6" [dependencies.serde] version = "1.0.195" features = ["derive"] [dependencies.serde_json] version = "1.0.111" [dependencies.toml] version = "0.8.8" [build-dependencies.itertools] version = "0.12.0" [build-dependencies.serde] version = "1.0.195" features = ["derive"] [build-dependencies.serde_json] version = "1.0.111"