# 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 = "shellac-codec" version = "0.2.0" authors = ["Xavier L'Heureux "] description = "Shell-Agnostic Completion server: Codec definition for interaction with ShellAC" readme = "README.md" keywords = ["shellac", "autocompletion", "shell", "ShellAC", "CLI"] categories = ["command-line-interface", "command-line-utilities", "config"] license = "MIT" repository = "https://gitlab.redox-os.org/AdminXVII/shellac-server" [dependencies.capnp] version = "0.10" [dependencies.serde] version = "1" features = ["derive"] [build-dependencies.capnpc] version = "0.10"