# 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 = "inkstory" version = "0.2.0" authors = ["Ruslan Fadeev "] description = "Convert interactive stories between Instory and Ink formats" homepage = "https://github.com/kinrany/inkstory" documentation = "https://docs.rs/inkstory" license = "MIT OR Apache-2.0" repository = "https://github.com/kinrany/inkstory" [dependencies.anyhow] version = "1.0.40" [dependencies.itertools] version = "0.10.0" [dependencies.lazy_static] version = "1.4.0" [dependencies.paw] version = "1.0.0" [dependencies.regex] version = "1.5.4" [dependencies.serde] version = "1.0.125" features = ["derive"] [dependencies.serde_json] version = "1.0.64" [dependencies.structopt] version = "0.3.21" features = ["paw"] [dependencies.ureq] version = "2.1.0" features = ["json"] [dependencies.url] version = "2.2.2" features = ["serde"] [dependencies.uuid] version = "0.8.2" features = ["serde"]