# 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 = "apivolve" version = "0.1.1" publish = true default-run = "apivolve" description = "Apivolve is an API evolution tool, it helps keep your APIs backwards compatible yet clean, and generates client/server code in a variety of languages." readme = "README.md" license = "Apache-2.0" repository = "https://github.com/mverleg/apivolve" [profile.dev.package."*"] opt-level = 3 [profile.release] opt-level = 3 lto = "thin" [lib] name = "apivolve" path = "src/lib.rs" [[bin]] name = "apivolve" path = "src/main.rs" required-features = ["binary"] [dependencies.apivolve_generator_api] version = "0.1.1" [dependencies.base64] version = "0.21.0" [dependencies.env_logger] version = "0.10.0" optional = true [dependencies.futures] version = "0.3.28" [dependencies.itertools] version = "0.10.5" [dependencies.lalrpop-util] version = "0.19.12" features = ["lexer"] [dependencies.lazy_static] version = "1.4.0" [dependencies.log] version = "0.4.17" [dependencies.regex] version = "1.8.1" [dependencies.semver] version = "1.0.17" features = ["serde"] [dependencies.serde] version = "1.0.160" features = ["derive"] [dependencies.serde_json] version = "1.0.96" [dependencies.sha2] version = "0.10.6" [dependencies.structopt] version = "0.3.26" optional = true [dependencies.ustr] version = "0.9.0" [dependencies.which] version = "4.4.0" features = ["regex"] [build-dependencies.lalrpop] version = "0.19.12" [features] binary = [ "jemallocator", "env_logger", "structopt", ] [target."cfg(not(target_env = \"msvc\"))".dependencies.jemallocator] version = "0.5.0" optional = true