# 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 = "csmlinterpreter" version = "0.4.0" authors = ["Alexis Merelo ", "Jefferson Le Quellec ", "François Falala-Sechet ", "Bastien Botella "] description = "The CSML (Conversational Standard Meta Language) is a Domain-Specific Language developed for creating conversational experiences easily.\n" homepage = "https://www.csml.dev/" documentation = "https://docs.rs/nom" readme = "README.md" keywords = ["chatbot", "interpreter", "language", "csml"] categories = ["text-processing"] license = "Apache-2.0" repository = "https://github.com/CSML-by-Clevy/csml-interpreter" [lib] name = "csmlinterpreter" crate-type = ["rlib"] [[example]] name = "hello_world" [[example]] name = "metadata" [[example]] name = "event" [[example]] name = "memory" [[example]] name = "factorial" [dependencies.lazy_static] version = "1.4.0" [dependencies.libc] version = "0.2.68" [dependencies.nom] version = "5.1.1" [dependencies.nom_locate] version = "2.0.0" [dependencies.rand] version = "0.7.3" [dependencies.regex] version = "1.3.6" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.ureq] version = "0.12.1" features = ["json"]