# 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 = "leptonvm" version = "0.1.0" description = "A VM to play nucleus on" readme = "README.md" license = "GPL-2.0-or-later" repository = "https://time.ta.rdis.dev/el/lepton" resolver = "2" [lib] name = "leptonvm" path = "src/lib/mod.rs" [[bin]] name = "lepton" path = "src/main.rs" [dependencies.anyhow] version = "1.0.57" [dependencies.clap] version = "3.1.18" features = ["derive"] [dependencies.log] version = "0.4.17" [dependencies.peg] version = "0.8.0" [dependencies.pretty_env_logger] version = "0.4.0" [dependencies.rand] version = "0.8.5" [dependencies.serde] version = "1.0.137" features = ["derive"] [dependencies.serde_json] version = "1.0.81" [dependencies.serde_with] version = "1.13.0" [features]