# 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 = "chibi" version = "0.1.0" description = "Name reserved for a programming language project." license = "MIT" resolver = "2" [dependencies.peg] version = "0.8.0" [dependencies.postcard] version = "0.7.3" features = ["use-std"] [dependencies.serde] version = "1.0.137" features = ["derive"] [features] trace = ["peg/trace"]