# 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 = "clashctl-interactive" version = "0.3.3" description = "Dependency for clashctl & clashctl-tui, do not use directly" license = "MIT" [dependencies.clap] version = "~3.0.0-beta.5" features = ["derive"] [dependencies.clashctl-core] version = "^0.4.0" features = ["enum_ext", "deserialize"] [dependencies.home] version = "~0.5" [dependencies.log] version = "~0.4" features = ["std"] [dependencies.ron] version = "~0.7" [dependencies.serde] version = "~1.0" features = ["derive"] [dependencies.smart-default] version = "~0.6.0" [dependencies.strum] version = "~0.22.0" features = ["derive"] [dependencies.thiserror] version = "~1.0" [dependencies.url] version = "~2.2" [dev-dependencies.simple_logger] version = "1.15" [features]