# 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 = "gos" version = "0.1.4" authors = ["initcool "] description = " gos is a Rust project that helps you create a Go project with the modules you specify in a config file. It automatically writes the import statements in the main.go file and runs go mod init and go mod tidy for you." homepage = "https://github.com/limitcool/gos" documentation = "https://docs.rs/gos" readme = "README.md" keywords = [ "go", "modules", "vscode", ] categories = [ "development-tools", "go", ] license = "GPL-3.0-or-later" repository = "https://github.com/limitcool/gos" [dependencies.directories] version = "5.0.1" [dependencies.rust-embed] version = "8.2.0" [dependencies.serde] version = "1.0.193" features = ["derive"] [dependencies.serde_yaml] version = "0.9.29" [dependencies.tracing] version = "0.1.40" [dependencies.tracing-subscriber] version = "0.3.18"