# 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" rust-version = "1.56" name = "apollo-puller" version = "0.1.1" authors = ["jmjoy <918734043@qq.com>"] description = "Executable program which pull Ctrip Apollo configuration to local files, can be used as a sidecar." documentation = "https://docs.rs/apollo-puller" readme = "README.md" keywords = ["ctrip", "apollo", "client"] license = "MulanPSL-2.0" repository = "https://github.com/jmjoy/apollo-puller" resolver = "2" [dependencies.anyhow] version = "1.0.53" [dependencies.apollo-client] version = "0.7.1" features = ["full"] [dependencies.cidr-utils] version = "0.5.5" [dependencies.clap] version = "3.0.10" features = ["derive"] [dependencies.futures-util] version = "0.3.19" [dependencies.log] version = "0.4.14" [dependencies.log4rs] version = "1.0.0" [dependencies.rust-ini] version = "0.17.0" [dependencies.serde] version = "1.0.135" features = ["derive"] [dependencies.serde_yaml] version = "0.8.23" [dependencies.tokio] version = "1.15.0" features = ["full"] [dependencies.url] version = "2.2.2"