# 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 = "riscv_analysis" version = "0.1.0-alpha" authors = ["Rajan Maghera"] description = "RISC-V static analysis tools" readme = "README.md" keywords = [ "riscv", "static-analysis", "binary-analysis", "risc-v", ] categories = [ "compilers", "development-tools", ] license = "GPL-3.0" repository = "https://github.com/rajanmaghera/riscv-analysis" resolver = "1" [dependencies.getrandom] version = "0.2" features = ["js"] [dependencies.itertools] version = "0.11.0" [dependencies.lsp-types] version = "0.94.0" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_repr] version = "0.1" [dependencies.uuid] version = "1.3.2" features = [ "v4", "fast-rng", "macro-diagnostics", ]