# 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 = "bellframe" version = "0.13.2" authors = ["Ben White-Horne "] description = "Fast and idiomatic primitives for Change Ringing." readme = "README.md" license = "MIT" repository = "https://github.com/kneasle/ringing-monorepo" [package.metadata.workspaces] independent = true [dependencies.bytemuck] version = "1.14.0" features = ["derive"] [dependencies.dirs] version = "5.0.1" optional = true [dependencies.edit-distance] version = "2.1.0" [dependencies.factorial] version = "0.4.0" [dependencies.itertools] version = "0.12.1" [dependencies.memchr] version = "2.6.3" [dependencies.minidom] version = "0.15.2" optional = true [dependencies.reqwest] version = "0.11.18" features = ["blocking"] optional = true [dependencies.serde_crate] version = "1.0.197" features = ["derive"] optional = true package = "serde" [dependencies.serde_json] version = "1.0.114" optional = true [dependencies.shortlist] version = "0.2.0" [dev-dependencies.quickcheck] version = "1.0" [dev-dependencies.quickcheck_macros] version = "1.0" [features] cc_lib = [ "method_lib_serde", "dirs", "reqwest", ] cc_lib_gen = [ "method_lib_serde", "minidom", ] default = ["cc_lib"] method_lib_serde = [ "serde_crate", "serde_json", ] serde = ["serde_crate"]