# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "character-snippets" version = "1.0.1" authors = ["Bram Geron "] description = "Convert a TOML file in a certain format to a Visual Studio Code snippets file. Contains many useful snippets by default." readme = "README.md" keywords = ["vscode", "snippet"] categories = ["command-line-utilities"] license = "MIT OR Apache-2.0" repository = "https://github.com/rusty-plasma/smallbigint" [dependencies.chrono] version = "0.4.11" [dependencies.clap] version = "2.33.0" [dependencies.env_logger] version = "0.7.1" [dependencies.exitfailure] version = "0.5.1" [dependencies.failure] version = "0.1.7" [dependencies.indexmap] version = "1.3.2" features = ["serde-1"] [dependencies.log] version = "0.4.8" [dependencies.serde] version = "1.0.106" features = ["derive"] [dependencies.serde_json] version = "1.0.51" [dependencies.structopt] version = "0.3.13" [dependencies.toml] version = "0.5.6" [dev-dependencies.blake3] version = "0.3.2"