# 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_core" version = "0.3.1" authors = ["to-omer "] description = "snippet bundle tool" documentation = "https://docs.rs/codesnip_core" license = "MIT OR Apache-2.0" repository = "https://github.com/to-omer/codesnip_core" [[example]] name = "mod_path" crate-type = ["lib"] path = "examples/mod_path/lib.rs" [[example]] name = "mod_path_expected" crate-type = ["lib"] [dependencies.proc-macro2] version = "1.0.44" [dependencies.quote] version = "1.0.21" [dependencies.rust_minify] version = "0.1.0" [dependencies.serde] version = "1.0.145" features = ["derive"] [dependencies.syn] version = "1.0.100" features = [ "full", "extra-traits", "visit", "visit-mut", ] [dependencies.thiserror] version = "1.0.36"