# 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" rust-version = "1.56.0" name = "vsm" version = "0.1.1" authors = ["Matt Williams "] description = "A simple, interactive, command line vim session file manager." homepage = "https://gitlab.com/thebashpotato/vsm" documentation = "https://docs.rs/vsm/" readme = "README.md" keywords = [ "vsm", "vim", "neovim", "mksession", ] categories = ["command-line-utilities"] license-file = "LICENSE" repository = "https://gitlab.com/thebashpotato/vsm" [package.metadata.cargo-udeps.ignore] development = [ "criterion", "pretty_assertions", ] [package.metadata.playground] features = ["full"] [profile.bench] codegen-units = 1 incremental = false [profile.release] opt-level = "z" lto = true codegen-units = 1 panic = "abort" incremental = false strip = true [[bench]] name = "benches" harness = false required-features = ["full"] [dependencies.clap] version = "4.0.18" features = [ "cargo", "wrap_help", ] [dependencies.colored] version = "2" [dependencies.derive-getters] version = "0.2.0" [dependencies.env_logger] version = "0.9.1" [dependencies.envy] version = "0.4" [dependencies.inquire] version = "0.5.2" [dependencies.log] version = "0.4.17" [dependencies.once_cell] version = "1.15.0" [dependencies.serde] version = "1.0.147" features = ["serde_derive"] default-features = false [dependencies.thiserror] version = "1.0" [dependencies.toml] version = "0.5.9" [dev-dependencies.criterion] version = "0.4" [dev-dependencies.pretty_assertions] version = "1.3.0" [features] default = [] full = []