# 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 = "reflecto" version = "0.1.3" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A port of reflector" readme = "README.md" license = "MIT" repository = "https://github.com/manu3618/reflecto" [lib] name = "reflecto" path = "src/lib.rs" [[bin]] name = "reflecto" path = "src/main.rs" [dependencies.anyhow] version = "1.0.82" [dependencies.assert_cmd] version = "2.0.14" [dependencies.chrono] version = "0.4.38" [dependencies.clap] version = "4.5.4" features = ["derive"] [dependencies.reqwest] version = "0.12.4" features = ["blocking"] [dependencies.serde] version = "1.0.197" features = ["derive"] [dependencies.serde_json] version = "1.0.115" [dependencies.tokio] version = "1.37.0" features = [ "rt", "macros", ] [dependencies.tracing] version = "0.1.40" [dependencies.tracing-subscriber] version = "0.3.18" [dev-dependencies.itertools] version = "0.13.0"