# 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-core" version = "0.4.2" authors = ["George Miao "] description = "Clash RESTful API" keywords = ["clash", "api"] categories = ["command-line-utilities"] license = "MIT" repository = "https://github.com/George-Miao/clashctl" [dependencies.cfg-if] version = "1.0" [dependencies.chrono] version = "0.4" features = ["serde"] optional = true [dependencies.log] version = "0.4" features = ["std"] [dependencies.semver] version = "1.0" features = ["serde"] optional = true [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.strum] version = "0.22" features = ["derive"] optional = true [dependencies.thiserror] version = "1.0" [dependencies.ureq] version = "2.3" default-features = false [dependencies.url] version = "2.2" features = ["serde"] [dependencies.urlencoding] version = "2.1" [dev-dependencies.home] version = "~0.5.3" [dev-dependencies.pretty_env_logger] version = "0.4.0" [features] default = [] deserialize = ["chrono", "semver"] enum_ext = ["strum"]