# 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.64" name = "fiberplane-markdown" version = "1.0.0-beta.14" authors = ["Fiberplane "] description = "Utilities to convert Fiberplane Notebooks to and from Markdown" readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://github.com/fiberplane/fiberplane" [dependencies.fiberplane-models] version = "1.0.0-beta.14" [dependencies.pulldown-cmark] version = "0.9.1" [dependencies.pulldown-cmark-to-cmark] version = "10.0.1" [dependencies.time] version = "0.3.15" features = [ "macros", "serde-human-readable", "serde-well-known", ] [dependencies.tracing] version = "0.1.37" [dev-dependencies.test-case] version = "2.0.2"