# 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 = "2018" name = "codesnip" version = "0.3.2" authors = ["to-omer "] description = "snippet bundle tool" documentation = "https://docs.rs/codesnip" license = "MIT OR Apache-2.0" repository = "https://github.com/to-omer/codesnip" [[bin]] name = "cargo-codesnip" path = "src/main.rs" doc = false [[example]] name = "math" crate-type = ["lib"] [dependencies.anyhow] version = "1.0.65" [dependencies.bincode] version = "1.3.3" [dependencies.cargo_metadata] version = "0.15.0" [dependencies.codesnip_attr] version = "0.2.2" [dependencies.codesnip_core] version = "0.3.1" [dependencies.console] version = "0.15.1" [dependencies.indicatif] version = "0.17.1" [dependencies.rayon] version = "1.5.3" [dependencies.regex] version = "1.6.0" [dependencies.serde] version = "1.0.145" features = ["derive"] [dependencies.serde_json] version = "1.0.85" [dependencies.structopt] version = "0.3.26" [dependencies.syn] version = "1.0.100" features = ["full"] [dependencies.tempfile] version = "3.3.0"