# 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 = "2018" name = "finitio" version = "0.1.0" authors = ["Louis Lambeau "] exclude = ["examples/*"] description = "Finitio data language" homepage = "https://finitio.io/" documentation = "https://docs.rs/finitio" readme = "README.md" keywords = [ "data", "language", "validation", "adt", ] license = "MIT/Apache-2.0" repository = "https://github.com/enspirit/finitio-rust" [dependencies.clap] version = "4.0.12" features = ["derive"] [dependencies.nom] version = "7.0" [dependencies.nom_locate] version = "4.0" [dependencies.parse-hyperlinks] version = "0.23.4" [dependencies.resolver] version = "0.1" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde-hashkey] version = "0.4.3" [dependencies.serde_json] version = "1.0" [dependencies.snafu] version = "0.7.3"