# 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 = "cargo-add-dynamic" version = "0.1.2" exclude = [ ".dir-locals.el", "scripts/", ] description = " Cargo-add command to make dependencies into dylibs." homepage = "https://github.com/rksm/cargo-add-dynamic" readme = "README.md" keywords = ["cargo"] categories = ["development-tools"] license = "MIT" repository = "https://github.com/rksm/cargo-add-dynamic" [dependencies.anyhow] version = "1.0.64" [dependencies.clap] version = "3.2.20" [dependencies.toml_edit] version = "0.14.4" [dependencies.tracing] version = "0.1.36" features = ["release_max_level_debug"] [dependencies.tracing-subscriber] version = "0.3.15" features = ["env-filter"]