# 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 = "sloppy" version = "0.1.2" authors = ["Tianyu Cheng"] description = "A binary package to run sloppy script." readme = "README.md" license = "MIT" repository = "https://github.com/tycheng/sloppy/tree/main/sloppy" resolver = "1" [[bin]] name = "sloppy" path = "src/main.rs" test = false bench = false [dependencies.anyhow] version = "1.0.69" [dependencies.clap] version = "4.1.8" features = ["derive"] [dependencies.sloppy-core] version = "0.1.2" features = [ "lua", "python", "nushell", ] [dependencies.toml] version = "0.7.2"