# 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 = "ecode" version = "1.0.2" authors = ["Takasakiii "] description = "Ena Code simple Visual Studio Code profile switcher." homepage = "https://github.com/Takasakiii/Ena-Code" documentation = "https://github.com/Takasakiii/Ena-Code" readme = "README.md" keywords = [ "dev", "editor", "code", "profile", "switch", ] categories = ["command-line-utilities"] license = "Unlicense" repository = "https://github.com/Takasakiii/Ena-Code.git" resolver = "2" [lib] name = "ecode_core" path = "src/core/lib.rs" [[bin]] name = "ecode" path = "src/ecode/main.rs" [[bin]] name = "ecode-manager" path = "src/manager/main.rs" [[bin]] name = "ecode-url-handler" path = "src/url-handler/main.rs" [dependencies.clap] version = "3.1.18" features = ["derive"] [dependencies.dirs] version = "4.0.0" [dependencies.fs_extra] version = "1.2.0" [dependencies.iced] version = "0.4" features = ["glow"] [dependencies.scanln] version = "0.1.1" [dependencies.serde] version = "1.0.137" features = ["derive"] [dependencies.serde_yaml] version = "0.8.24"