# 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 = "spyglass-lens" version = "0.1.7" authors = ["Andrew Huynh "] description = "A small library for reading/writing spyglass lens files." homepage = "https://github.com/spyglass-search/spyglass/tree/main/crates/spyglass-lens" readme = "README.md" keywords = [ "spyglass", "lens", "lenses", ] license = "MIT" repository = "https://github.com/spyglass-search/spyglass/tree/main/crates/spyglass-lens" resolver = "1" [lib] name = "spyglass_lens" crate-type = ["lib"] path = "src/lib.rs" [dependencies.anyhow] version = "1.0" [dependencies.blake2] version = "0.10.4" [dependencies.hex] version = "0.4.3" [dependencies.regex] version = "1" [dependencies.ron] version = "0.8" [dependencies.serde] version = "1.0" features = ["derive"]