# 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 = "crusts-notxl" version = "0.0.3" authors = [ "Michael Ling ", "Yijun Yu ", "Haitao Wu ", "Yuan Wang ", "James R. Cordy ", "Ahmed E. Hassan ", "Xiping Huang ", ] description = "CRustS - From Unsafe C to safer Rust" documentation = "https://docs.rs/crusts-sg" readme = "README.md" keywords = [ "rust", "c2rust", "refactoring", ] license = "Apache-2.0" repository = "https://github.com/sheldonhh/crusts" [dependencies.flate2] version = "1.0.25" [dependencies.jwalk] version = "0.8" [dependencies.reqwest] version = "0.11.13" features = ["blocking"] [dependencies.tar] version = "0.4.38" [dependencies.txl-rs] version = "0.0.3" [dependencies.uuid] version = "1.3.0" features = ["v4"] [dev-dependencies.insta] version = "1.23.0"