# 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 = "xmrs" version = "0.8.5" authors = ["Sebastien Bechet"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A library to edit SoundTracker data with pleasure " documentation = "https://docs.rs/xmrs" readme = "README.md" keywords = [ "xm", "module", "mod", "s3m", "soundtracker", ] categories = [ "multimedia::audio", "embedded", "no-std", ] license = "MIT" repository = "https://codeberg.org/sbechet/xmrs" [profile.release] lto = true codegen-units = 1 panic = "abort" strip = true [lib] name = "xmrs" path = "src/lib.rs" [[example]] name = "amiga" path = "examples/amiga.rs" [[example]] name = "infos" path = "examples/infos.rs" [[example]] name = "s3m" path = "examples/s3m.rs" [[example]] name = "sid" path = "examples/sid.rs" [[example]] name = "xmi" path = "examples/xmi.rs" [[example]] name = "xmrs" path = "examples/xmrs.rs" [dependencies.bincode] version = "2.0.0-rc.3" features = [ "alloc", "derive", "serde", ] default-features = false [dependencies.clap] version = "4.5" features = [ "cargo", "derive", ] optional = true [dependencies.micromath] version = "2.1.0" optional = true [dependencies.num-traits] version = "0.2.17" optional = true default-features = false [dependencies.num_enum] version = "0.7" default-features = false [dependencies.serde] version = "1.0" features = [ "derive", "alloc", ] default-features = false [dependencies.serde-big-array] version = "0.5" [features] default = [ "micromath", "import", ] demo = [ "clap", "import", ] import = [ "import_amiga", "import_s3m", "import_xm", "import_sid", ] import_amiga = [] import_s3m = [] import_sid = [] import_xm = [] libm = ["num-traits/libm"] micromath = ["dep:micromath"] std = [ "bincode/std", "num_enum/std", "serde/std", ]