# 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.70" name = "slicec" version = "0.3.1" authors = ["ZeroC Inc."] exclude = [ ".github/*", ".vscode/*", ] description = """ The Slice parser and other core components for Slice compilers. """ homepage = "https://docs.icerpc.dev/slice2" documentation = "https://docs.rs/slicec" readme = "README.md" keywords = [ "slice", "ice", "icerpc", ] license = "Apache-2.0" repository = "https://github.com/icerpc/slicec" [lib] name = "slicec" path = "src/lib.rs" [dependencies.clap] version = "=4.3.20" features = ["derive"] [dependencies.console] version = "0.15.8" [dependencies.convert_case] version = "0.6.0" [dependencies.in_definite] version = "1.0.0" [dependencies.lalrpop-util] version = "0.20.2" [dependencies.serde] version = "1.0.197" features = ["derive"] [dependencies.serde_json] version = "1.0.115" [dev-dependencies.test-case] version = "3.3.1" [build-dependencies.lalrpop] version = "0.20.2" default-features = false