# 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 = "rumoca" version = "0.2.0" authors = ["James Goppert"] build = "build.rs" autobins = false autoexamples = false autotests = false autobenches = false description = "A Modelica compiler with focus on Casadi, Sympy, JAX, and Collimator generation" readme = "README.md" license = "Apache-2.0" [[bin]] name = "rumoca" path = "src/main.rs" [dependencies.clap] version = "4.5.20" features = ["derive"] [dependencies.codespan-reporting] version = "0.11.1" [dependencies.lalrpop-util] version = "0.22.0" [dependencies.logos] version = "0.14.2" [dependencies.serde] version = "1.0.214" features = [ "derive", "serde_derive", ] [dependencies.serde_json] version = "1.0.132" [dependencies.tera] version = "1.20.0" [dependencies.unindent] version = "0.2.3" [build-dependencies.lalrpop] version = "0.22.0" [build-dependencies.rerun_except] version = "1.0.0"